diff --git a/.gitignore b/.gitignore index cc6d117..6aa622d 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,5 @@ apps/server/dist/* .steering data/ -node_modules/ \ No newline at end of file +node_modules/ +screenshots/ \ No newline at end of file diff --git a/apps/web/src/app/(shares)/reverse-shares/components/reverse-shares-search.tsx b/apps/web/src/app/(shares)/reverse-shares/components/reverse-shares-search.tsx index 9ee588b..69ce666 100644 --- a/apps/web/src/app/(shares)/reverse-shares/components/reverse-shares-search.tsx +++ b/apps/web/src/app/(shares)/reverse-shares/components/reverse-shares-search.tsx @@ -27,13 +27,13 @@ export function ReverseSharesSearch({ return (
-
+

{t("reverseShares.search.title")}

-
- - diff --git a/apps/web/src/app/(shares)/s/[alias]/components/share-details.tsx b/apps/web/src/app/(shares)/s/[alias]/components/share-details.tsx index ebfe23f..943a29d 100644 --- a/apps/web/src/app/(shares)/s/[alias]/components/share-details.tsx +++ b/apps/web/src/app/(shares)/s/[alias]/components/share-details.tsx @@ -91,13 +91,13 @@ export function ShareDetails({
-
+

{share.name || t("share.details.untitled")}

{shareHasItems && hasMultipleFiles && ( - diff --git a/apps/web/src/app/(shares)/shares/components/shares-search.tsx b/apps/web/src/app/(shares)/shares/components/shares-search.tsx index 8845c68..69fcf0d 100644 --- a/apps/web/src/app/(shares)/shares/components/shares-search.tsx +++ b/apps/web/src/app/(shares)/shares/components/shares-search.tsx @@ -16,9 +16,9 @@ export function SharesSearch({ return (
-
+

{t("shares.search.title")}

- diff --git a/apps/web/src/app/dashboard/components/recent-files.tsx b/apps/web/src/app/dashboard/components/recent-files.tsx index d0aed36..1f58209 100644 --- a/apps/web/src/app/dashboard/components/recent-files.tsx +++ b/apps/web/src/app/dashboard/components/recent-files.tsx @@ -15,13 +15,13 @@ export function RecentFiles({ files, fileManager, onOpenUploadModal }: RecentFil return ( -
+
{t("recentFiles.title")} -
+
)} -