Skip to content

Commit 29fc83e

Browse files
authored
Merge pull request #3 from martialziye/template-library
library sign up + expands variables
2 parents 28a6019 + 3a2bb98 commit 29fc83e

5 files changed

Lines changed: 594 additions & 101 deletions

File tree

frontend/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Full Stack FastAPI Project</title>
8-
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png" />
98
</head>
109
<body>
1110
<div id="root"></div>

frontend/src/components/Common/Footer.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
import { FaGithub, FaLinkedinIn } from "react-icons/fa"
2-
import { FaXTwitter } from "react-icons/fa6"
1+
import { FaLinkedinIn } from "react-icons/fa"
32

43
const socialLinks = [
5-
{
6-
icon: FaGithub,
7-
href: "https://github.com/fastapi/fastapi",
8-
label: "GitHub",
9-
},
10-
{ icon: FaXTwitter, href: "https://x.com/fastapi", label: "X" },
114
{
125
icon: FaLinkedinIn,
13-
href: "https://linkedin.com/company/fastapi",
6+
href: "https://www.linkedin.com/in/ziye-wang-995279199/",
147
label: "LinkedIn",
158
},
169
]

0 commit comments

Comments
 (0)