From d0fab22d2f138fdf12363891627f689702b076bf Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Fri, 16 Aug 2024 13:51:18 +1000 Subject: [PATCH] change casing for vercel --- client/public/favicon.gif | Bin 1200 -> 0 bytes client/public/favicon.ico | Bin 0 -> 800 bytes client/public/index.html | 2 +- client/public/manifest.json | 2 +- client/src/App.tsx | 16 ++++++++-------- client/src/components/routes/HashtagPage.tsx | 6 +++--- client/src/components/routes/Home.tsx | 6 +++--- client/src/components/routes/Notifications.tsx | 4 ++-- client/src/components/routes/Thread.tsx | 8 ++++---- 9 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 client/public/favicon.gif create mode 100644 client/public/favicon.ico diff --git a/client/public/favicon.gif b/client/public/favicon.gif deleted file mode 100644 index c7fd3fe9502ab9a951a51961f472738aae8c3236..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1200 zcmZ?wbhEHb6krfwXkcWxRNVFd|9{2*+!4M33NDEyi9p)MzM>#8IXksPAt^OIGtXA( z{qFrr3YjUkO5vuy2EGN(sTr9bRYj@6RemAKRoTgwDN6Qs3N{s16}bhusU?XD6}dTi z#a0!zN{K1?NvT#qHb_`sNdc^+B->WW5hS4iveP-gC{@8!&saCvz|c^^%uLVF#MI2p zP)EVYz|ctF0Eof6`()~Xj@TAnpKdC8`Lf!&sHg;q@=(~U%$M(T(8_% zFTW^V-_X+15@d#vkuFe$ZgFK^Nn(X=Ua>OF1ees}?ytE{9OHt!~%UoJp=tBuo{s6V7h#L@$1OVg{v+u2}(sc z9;^AqA(aKG`a!A1`K3k4sX*n*NLJyu2&53|2P@yiqU=;)EV?D;6sLkEe0{B4@{>z* zQ}aqZU2K(rO7&7QQ>@&aT}(i+U}R`)YG~+cY-!-=;^=DOY~pBPV(jQ@3DfJDS6q^q zmz)aIn~BhCidV0db5UwyNq$jCetr%tF$84fm*f{`MbfkrasiA?1o4JLhp_7w^nW34Zi>r&Xfsui!nUNAy zPYRNM3F^@YTCNXD7f9&@CIn1;ASOK313B<~lbQz%<|1IOVEq5@@1Nhle*XCW?dzA% zpFVzg|L*OZ*RNi_c>e6^lgE!9KDdAH?w#AWZr-?l?dp}wmo8p7f9~v=)2B|JIDYKt zk;8`$9@xKc@1EVecJA1|ZR?iJn>KD(zi#cC)vH#nSiWrOlEsS_E|@=W?wr}PX3m&C zZR(WClO|5+@9XX9?&|DlZ)4fk)eUU zp019zmZpZfnyQMjlA?mVoUDwrl%#~Xn5c-bke~oRA1@C#7bgch8!HPl6C(qI;!hSJ z$;hC?00f{y$AL+wr(crc+HZ-HHDNy{h1L|l^quS)B(W*+=5{S#%~h*IE=|{6oLTny MU&W;_VXO?+0AIAL`2YX_ diff --git a/client/public/favicon.ico b/client/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..effe984c16f6e575a44ec011d8ec21d38809ddfe GIT binary patch literal 800 zcmV+*1K<3KP)qzlco+A+FWC%aMP?6!n*tDshcLR*)uqbu4_3Zffb zR7$Pfx>6CTsOzMaX0xOroe4I#**wS9F|DKK+aFyJwEpP%?|pfAc;Wp#@P4T=<>G@~ zv=4YX$u8O(vqD58S9E^+D=!lk{S_h_*fm5{_krCkCAY*hA~Dm}e?X+Qi(f=_9yEY> zr%bh6_$Swg;PADzvU!}t{V3$D^M$4OX}$T}pGO0+4YXA}I~J5)meeI=!2^jOoLSPL zpRwY$^?32Ekjz41^z&5Or5}`y?F_U$AZXORA$fMASit0Je}aN!P91)eiU$yD3vl84dxKX!rhW zuVVbX0D!0Mw7l#cC<6ay*WtZ!=65)M5a84PMl_n-0_b|^nD+9ws{rjVxv&=(o|GE) z-8wxoyLOsy;WNP+pG3dJAgr+`fRyz=rCWzrw7D2PyCkC2yWQWO-3t1hFvg&UUTKT{2bL!x#XHx@X-xZ@pc!rT8F0bb)PqP|?0~aZxEG=SJM65ag1%0E#UPB~pZvs>YN=a+W3%#?>^P?$ZW8Rhpr;Q literal 0 HcmV?d00001 diff --git a/client/public/index.html b/client/public/index.html index e800926..af3ee0c 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -2,7 +2,7 @@ - + diff --git a/client/public/manifest.json b/client/public/manifest.json index 2de3e66..666e6bf 100644 --- a/client/public/manifest.json +++ b/client/public/manifest.json @@ -3,7 +3,7 @@ "name": "The Wired", "icons": [ { - "src": "favicon.gif", + "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" }, diff --git a/client/src/App.tsx b/client/src/App.tsx index 0c8db94..87d02ab 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -1,13 +1,13 @@ import "./styles/App.css"; -import Home from "./components/routes/Home"; -import Settings from "./components/routes/Settings"; +import Home from "./components/Routes/Home"; +import Settings from "./components/Routes/Settings"; import { BrowserRouter as Router, Route, Routes } from "react-router-dom"; -import Thread from "./components/routes/Thread"; -import Header from "./components/modals/Header"; -import AddToHomeScreenPrompt from "./components/modals/CheckMobile/CheckMobile"; -import Notifications from "./components/routes/Notifications"; -import Hashtags from "./components/routes/Hashtags"; -import HashtagPage from "./components/routes/HashtagPage"; +import Thread from "./components/Routes/Thread"; +import Header from "./components/Modals/Header"; +import AddToHomeScreenPrompt from "./components/Modals/CheckMobile/CheckMobile"; +import Notifications from "./components/Routes/Notifications"; +import Hashtags from "./components/Routes/Hashtags"; +import HashtagPage from "./components/Routes/HashtagPage"; function App() { return ( diff --git a/client/src/components/routes/HashtagPage.tsx b/client/src/components/routes/HashtagPage.tsx index 4a25339..dfd4059 100644 --- a/client/src/components/routes/HashtagPage.tsx +++ b/client/src/components/routes/HashtagPage.tsx @@ -1,8 +1,8 @@ -import PostCard from "../modals/NoteCard"; +import PostCard from "../Modals/NoteCard"; import { verifyPow } from "../../utils/mine"; import { Event } from "nostr-tools"; -import NewNoteCard from "../forms/PostFormCard"; -import RepostCard from "../modals/RepostCard"; +import NewNoteCard from "../Forms/PostFormCard"; +import RepostCard from "../Modals/RepostCard"; import { useParams } from "react-router-dom"; import { useUniqEvents } from "../../hooks/useUniqEvents"; diff --git a/client/src/components/routes/Home.tsx b/client/src/components/routes/Home.tsx index a2062f3..0955a4b 100644 --- a/client/src/components/routes/Home.tsx +++ b/client/src/components/routes/Home.tsx @@ -1,8 +1,8 @@ -import PostCard from "../modals/NoteCard"; +import PostCard from "../Modals/NoteCard"; import { verifyPow } from "../../utils/mine"; import { Event } from "nostr-tools"; -import NewNoteCard from "../forms/PostFormCard"; -import RepostCard from "../modals/RepostCard"; +import NewNoteCard from "../Forms/PostFormCard"; +import RepostCard from "../Modals/RepostCard"; import { DEFAULT_DIFFICULTY } from "../../config"; import { useUniqEvents } from "../../hooks/useUniqEvents"; diff --git a/client/src/components/routes/Notifications.tsx b/client/src/components/routes/Notifications.tsx index f4373e2..5b242a8 100644 --- a/client/src/components/routes/Notifications.tsx +++ b/client/src/components/routes/Notifications.tsx @@ -1,7 +1,7 @@ import { useState, useCallback } from "react"; -import PostCard from "../modals/NoteCard"; +import PostCard from "../Modals/NoteCard"; import { Event } from "nostr-tools"; -import RepostCard from "../modals/RepostCard"; +import RepostCard from "../Modals/RepostCard"; import { useUniqEvents } from "../../hooks/useUniqEvents"; const Notifications = () => { diff --git a/client/src/components/routes/Thread.tsx b/client/src/components/routes/Thread.tsx index 8f70816..28640e6 100644 --- a/client/src/components/routes/Thread.tsx +++ b/client/src/components/routes/Thread.tsx @@ -5,10 +5,10 @@ import { subNote, subNotesOnce } from '../../utils/subscriptions'; import { useEffect } from 'react'; import { uniqBy } from '../../utils/otherUtils'; import { DocumentTextIcon, FolderPlusIcon, DocumentDuplicateIcon, ArrowTopRightOnSquareIcon } from '@heroicons/react/24/outline'; -import PostCard from '../modals/NoteCard'; -import Placeholder from '../modals/Placeholder'; -import NewNoteCard from '../forms/PostFormCard'; -import RepostNote from '../forms/RepostNote'; +import PostCard from '../Modals/NoteCard'; +import Placeholder from '../Modals/Placeholder'; +import NewNoteCard from '../Forms/PostFormCard'; +import RepostNote from '../Forms/RepostNote'; type PostType = "" | "Reply" | "Quote" | undefined;