diff --git a/src/pages/bookmarks.vue b/src/pages/bookmarks.vue index be518f9..8dfb572 100644 --- a/src/pages/bookmarks.vue +++ b/src/pages/bookmarks.vue @@ -100,7 +100,7 @@ function getColor() {
- {{ bookmark.website.replace('https://', '') }} + {{ bookmark.website.replace('https://', '').replace('www.', '').replace('/', '') }}