Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Removed instagram and twitter links from web
Browse files Browse the repository at this point in the history
  • Loading branch information
4l3j0Ok committed Jul 11, 2024
1 parent de0a665 commit b5726fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/alejoide/modules/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ class Projects(Enum):

class Footer(Enum):
ICONS = [
{"icon": "fa-brands:instagram", "link": "https://instagram.com/4l3j0"},
{"icon": "fa-brands:twitter", "link": "https://twitter.com/alejoide_"},
# {"icon": "fa-brands:instagram", "link": "https://instagram.com/4l3j0"},
# {"icon": "fa-brands:twitter", "link": "https://twitter.com/alejoide_"},
{"icon": "fa-brands:github", "link": "https://github.com/4l3j0Ok"},
{"icon": "fa-brands:linkedin", "link": "https://www.linkedin.com/in/alejoide"},
{"icon": "tabler:mail-filled", "link": Links.EMAIL.value, "new_tab": False},
Expand Down

0 comments on commit b5726fa

Please sign in to comment.