diff --git a/frontend/public/img/footer/dark/instagram.svg b/frontend/public/img/footer/dark/instagram.svg new file mode 100644 index 0000000..6770998 --- /dev/null +++ b/frontend/public/img/footer/dark/instagram.svg @@ -0,0 +1,4 @@ + + + + diff --git a/frontend/public/img/footer/dark/twitter.svg b/frontend/public/img/footer/dark/twitter.svg deleted file mode 100644 index 2b6af6a..0000000 --- a/frontend/public/img/footer/dark/twitter.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/frontend/public/img/footer/instagram.svg b/frontend/public/img/footer/instagram.svg new file mode 100644 index 0000000..cf9e872 --- /dev/null +++ b/frontend/public/img/footer/instagram.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/public/img/footer/twitter.svg b/frontend/public/img/footer/twitter.svg deleted file mode 100644 index e7a0785..0000000 --- a/frontend/public/img/footer/twitter.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/frontend/public/index.html b/frontend/public/index.html index 2ae7e36..760e690 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -12,8 +12,6 @@ Gruppe Adler: Deutscher Arma 3 COOP & TvT Clan - - diff --git a/frontend/src/assets/footerItems.ts b/frontend/src/assets/footerItems.ts index 913b46d..64eff40 100644 --- a/frontend/src/assets/footerItems.ts +++ b/frontend/src/assets/footerItems.ts @@ -16,9 +16,9 @@ const footerItems: FooterItem[] = [ url: 'https://www.youtube.com/user/gruppeadler' }, { - name: 'Twitter', - image: 'twitter', - url: 'https://twitter.com/gruppe_adler' + name: 'Instagram', + image: 'instagram', + url: 'https://instagram.com/gruppe.adler' }, { name: 'GitHub',