Skip to content

Commit 9978643

Browse files
committed
fixed the build errors
1 parent 605a72f commit 9978643

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/theme/Footer/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const Footer: React.FC = () => {
160160
</li>
161161
<li>
162162
<Link
163-
to="/community/supports"
163+
to="/community"
164164
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
165165
>
166166
Contact Us
@@ -176,7 +176,7 @@ const Footer: React.FC = () => {
176176
</li>
177177
<li>
178178
<Link
179-
to="/community/team/"
179+
to="#"
180180
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
181181
>
182182
Our Team
@@ -199,7 +199,7 @@ const Footer: React.FC = () => {
199199
<ul className="list-none pl-0">
200200
<li>
201201
<Link
202-
to="/community/supports"
202+
to="/community"
203203
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
204204
>
205205
Help Center

0 commit comments

Comments
 (0)