diff --git a/frontend/extension/src/components/ShortcutView.tsx b/frontend/extension/src/components/ShortcutView.tsx index f760cee..f1cbc90 100644 --- a/frontend/extension/src/components/ShortcutView.tsx +++ b/frontend/extension/src/components/ShortcutView.tsx @@ -28,7 +28,7 @@ const ShortcutView = (props: Props) => {
{favicon ? ( - + ) : ( )} diff --git a/frontend/web/src/components/ShortcutCard.tsx b/frontend/web/src/components/ShortcutCard.tsx index 7184103..58b8267 100644 --- a/frontend/web/src/components/ShortcutCard.tsx +++ b/frontend/web/src/components/ShortcutCard.tsx @@ -37,7 +37,7 @@ const ShortcutCard = (props: Props) => {
{favicon ? ( - + ) : ( )} diff --git a/frontend/web/src/components/ShortcutView.tsx b/frontend/web/src/components/ShortcutView.tsx index 8cce1b9..f51a2a0 100644 --- a/frontend/web/src/components/ShortcutView.tsx +++ b/frontend/web/src/components/ShortcutView.tsx @@ -26,7 +26,7 @@ const ShortcutView = (props: Props) => { >
{favicon ? ( - + ) : ( )} diff --git a/frontend/web/src/pages/SubscriptionSetting.tsx b/frontend/web/src/pages/SubscriptionSetting.tsx index 3964b6b..f1dfd85 100644 --- a/frontend/web/src/pages/SubscriptionSetting.tsx +++ b/frontend/web/src/pages/SubscriptionSetting.tsx @@ -70,11 +70,13 @@ const SubscriptionSetting: React.FC = () => {
- - Slash is open source bookmarks and link sharing platform. Our source code is available and accessible on{" "} - GitHub so anyone can get it, inspect it and review it. - -
+
+ + Slash is open source bookmarks and link sharing platform. Our source code is available and accessible on{" "} + GitHub so anyone can get it, inspect it and review it. + +
+

Free

diff --git a/frontend/web/src/types/modules/user.d.ts b/frontend/web/src/types/modules/user.d.ts index 1cd22fb..3f1dff6 100644 --- a/frontend/web/src/types/modules/user.d.ts +++ b/frontend/web/src/types/modules/user.d.ts @@ -2,5 +2,4 @@ interface User { id: number; email: string; nickname: string; - role: "ADMIN" | "USER"; }