remove source code link because it's buggy

This commit is contained in:
2024-07-13 23:05:08 +03:00
parent f335dc92f5
commit cc4a27c308
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
version: '3.8' version: '3'
services: services:
frontend: frontend:

View File

@ -9,6 +9,7 @@ const App: React.FC = () => {
<> <>
{" "} {" "}
<RelayForm /> <RelayForm />
{/*}
<AntFooter <AntFooter
style={{ style={{
textAlign: "center", textAlign: "center",
@ -27,6 +28,7 @@ const App: React.FC = () => {
</a> </a>
</p> </p>
</AntFooter> </AntFooter>
*/}
</> </>
); );
}; };