Skip to content

Commit

Permalink
Merge pull request #123 from GalsenDev221/dev
Browse files Browse the repository at this point in the history
(FEAT) / Update `icons` & Change `link` ⚡
  • Loading branch information
daoodaba975 authored Nov 4, 2024
2 parents ce2fa66 + acbb66a commit 1daeea0
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 45 deletions.
13 changes: 6 additions & 7 deletions other/svg-icons/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 28 additions & 7 deletions other/svg-icons/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions other/svg-icons/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 12 additions & 11 deletions other/svg-icons/telegram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 41 additions & 13 deletions public/icons/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 10 additions & 7 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Footer = () => {
<SocialLink name="discord" src="https://discord.gg/CKZcKqf" />
</li>
<li>
<SocialLink name="telegram" src="https://t.me/s/galsendev221" />
<SocialLink name="telegram" src="https://t.me/s/galsendev" />
</li>
<li>
<SocialLink
Expand All @@ -54,10 +54,16 @@ const Footer = () => {
<li>
<SocialLink
name="x"
src="https://x.com/galsendev221"
src="https://x.com/galsendev"
className="p-1"
/>
</li>
<li>
<SocialLink
name="linkedin"
src="https://www.linkedin.com/company/galsendev"
/>
</li>
<li>
<SocialLink
name="instagram"
Expand All @@ -67,14 +73,11 @@ const Footer = () => {
<li>
<SocialLink
name="facebook"
src="https://facebook.com/galsendev221"
src="https://facebook.com/galsendev"
/>
</li>
<li>
<SocialLink
name="youtube"
src="https://youtube.com/@GalsenDev221"
/>
<SocialLink name="youtube" src="https://youtube.com/@galsendev" />
</li>
<li>
<SocialLink name="github" src="https://github.com/GalsenDev221" />
Expand Down
1 change: 1 addition & 0 deletions types/name.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export type IconName =
| 'hamburger-menu'
| 'i18n'
| 'instagram'
| 'linkedin'
| 'location'
| 'mega-phone'
| 'members-icon'
Expand Down

0 comments on commit 1daeea0

Please sign in to comment.