Skip to content

Commit 4f74182

Browse files
committed
fix tiktok logos
1 parent f3bb523 commit 4f74182

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: frontend/public/data/socialInfos.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const socialLinks: socialInfo[] = [
3232
},
3333
{
3434
href: 'https://www.tiktok.com/@csesoc?lang=en',
35-
src: '/assets/tiktok_logo_footer.svg',
35+
src: '/assets/tiktok_logo_no_text.svg',
3636
alt: 'TikTok'
3737
},
3838
{

Diff for: frontend/src/components/Contacts/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const Contacts = () => {
7979
</a>
8080
<a href="https://www.tiktok.com/@csesoc?lang=en" target="_blank">
8181
<Image
82-
src="assets/tiktok_logo.svg"
82+
src="assets/tiktok_logo_no_text.svg"
8383
alt="TikTok"
8484
width={35}
8585
height={35}

0 commit comments

Comments
 (0)