adiitya29 commited on
Commit
3671f4c
·
1 Parent(s): 2c43552

portfolio site button added in about section and embedded my portfolio website link

Browse files
landing page/src/components/About.jsx CHANGED
@@ -1,4 +1,15 @@
1
  const SOCIAL_LINKS = [
 
 
 
 
 
 
 
 
 
 
 
2
  {
3
  id: 'github',
4
  label: 'GitHub',
 
1
  const SOCIAL_LINKS = [
2
+ {
3
+ id: 'portfolio',
4
+ label: 'Portfolio',
5
+ href: 'https://portfolio-site-u4ml.vercel.app',
6
+
7
+ icon: (
8
+ <svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
9
+ <path d="M4 4h16v16H4V4zm2 2v12h12V6H6zm2 2h8v2H8V8zm0 4h5v2H8v-2z" />
10
+ </svg>
11
+ ),
12
+ },
13
  {
14
  id: 'github',
15
  label: 'GitHub',