diff --git a/package.json b/package.json index 62d87d5eb..e392cdf86 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-navigation-menu": "^1.1.4", "@radix-ui/react-slot": "^1.0.2", + "@radix-ui/react-tooltip": "^1.0.2", "@types/bcrypt": "^5.0.2", "@types/jsonwebtoken": "^9.0.5", "axios": "^1.6.2", @@ -43,6 +44,7 @@ "dayjs": "^1.11.10", "discord-oauth2": "^2.11.0", "discord.js": "^14.14.1", + "fuse.js": "^7.0.0", "embla-carousel-react": "^8.0.0", "jose": "^5.2.2", "jsonwebtoken": "^9.0.2", diff --git a/src/components/Appbar.tsx b/src/components/Appbar.tsx index 33653f963..723121f94 100644 --- a/src/components/Appbar.tsx +++ b/src/components/Appbar.tsx @@ -48,61 +48,56 @@ export const Appbar = () => {
{/* Search Bar for smaller devices */} -
- -
-
- {currentPath.includes('courses') && bookmarkPageUrl && ( - - )} - - + )} - + - - - -
+ + + + + +
- + -
- -
+
+
diff --git a/src/components/ContentCard.tsx b/src/components/ContentCard.tsx index 679306d03..007b2e10e 100644 --- a/src/components/ContentCard.tsx +++ b/src/components/ContentCard.tsx @@ -67,8 +67,6 @@ export const ContentCard = ({ /> )} - - {title}
{title}