Skip to content

Commit

Permalink
revert: remove contact link
Browse files Browse the repository at this point in the history
  • Loading branch information
granitdula committed Jan 22, 2024
1 parent cb38030 commit 7566f08
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 19 deletions.
46 changes: 36 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/components/sections/contact/Contact.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import './Contact.css';
import { ReactComponent as GithubIcon } from '../../../resources/images/section-images/github-icon.svg';
import { ReactComponent as InstagramIcon } from '../../../resources/images/section-images/instagram-icon.svg';
import { ReactComponent as LinkedinIcon } from '../../../resources/images/section-images/linkedin-icon.svg';
import { ReactComponent as EmailIcon } from '../../../resources/images/section-images/email-icon.svg';

Expand All @@ -21,7 +20,6 @@ const Contact = () => {
<h2>Social Media</h2>
<div className='icon-container'>
<a href='https://github.com/granitdula' target='_blank'><GithubIcon className='icon-image'/></a>
<a href='https://www.instagram.com/granitdula/' target='_blank'><InstagramIcon className='icon-image'/></a>
<a href='https://www.linkedin.com/in/granit-dula-9bb02a176/' target='_blank'>
<LinkedinIcon className='icon-image'/>
</a>
Expand Down
7 changes: 0 additions & 7 deletions src/resources/images/section-images/instagram-icon.svg

This file was deleted.

0 comments on commit 7566f08

Please sign in to comment.