remove source code link because it's buggy
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
version: '3.8'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
|
|||||||
@ -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>
|
||||||
|
*/}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user