We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bb523 commit 4f74182Copy full SHA for 4f74182
…end/public/assets/tiktok_logo_footer.svg …nd/public/assets/tiktok_logo_no_text.svgfrontend/public/assets/tiktok_logo_footer.svg renamed to frontend/public/assets/tiktok_logo_no_text.svg
frontend/public/data/socialInfos.ts
@@ -32,7 +32,7 @@ export const socialLinks: socialInfo[] = [
32
},
33
{
34
href: 'https://www.tiktok.com/@csesoc?lang=en',
35
- src: '/assets/tiktok_logo_footer.svg',
+ src: '/assets/tiktok_logo_no_text.svg',
36
alt: 'TikTok'
37
38
frontend/src/components/Contacts/index.tsx
@@ -79,7 +79,7 @@ const Contacts = () => {
79
</a>
80
<a href="https://www.tiktok.com/@csesoc?lang=en" target="_blank">
81
<Image
82
- src="assets/tiktok_logo.svg"
+ src="assets/tiktok_logo_no_text.svg"
83
alt="TikTok"
84
width={35}
85
height={35}
0 commit comments