diff --git a/frontend/web/app/dashboard/services/page.tsx b/frontend/web/app/dashboard/services/page.tsx index f2654b16..eaae2ea3 100644 --- a/frontend/web/app/dashboard/services/page.tsx +++ b/frontend/web/app/dashboard/services/page.tsx @@ -40,7 +40,7 @@ const ServiceLine = ({ onChange={() => setSelectedServiceId(service.id)} /> -
+
Service logo diff --git a/frontend/web/app/editor/page.tsx b/frontend/web/app/editor/page.tsx index 9f9f934e..cac18a49 100644 --- a/frontend/web/app/editor/page.tsx +++ b/frontend/web/app/editor/page.tsx @@ -20,7 +20,7 @@ const EditorPage = () => { }, []); return ( -
+
diff --git a/frontend/web/components/Footer.tsx b/frontend/web/components/Footer.tsx index 7f9cc91c..0f5600d9 100644 --- a/frontend/web/components/Footer.tsx +++ b/frontend/web/components/Footer.tsx @@ -3,7 +3,7 @@ import FontAwesomeIcon from "@/components/FontAwesomeIcon"; import ApkDownloadButton from "@/components/ApkDownloadButton"; const Footer = () => ( -