Skip to content

Commit

Permalink
fix:logo
Browse files Browse the repository at this point in the history
  • Loading branch information
TenzDelek committed Jan 17, 2025
1 parent 0cb527b commit f291e5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
7 changes: 5 additions & 2 deletions components/PastEditionCard/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react'
import {ExternalLink} from 'lucide-react'
const PastEditonCard = ({ url }) => {
let year = url.split('.')[1]
return (
Expand All @@ -9,7 +8,11 @@ const PastEditonCard = ({ url }) => {
<div>
<a href={url} rel='noreferrer' target='_blank' className='flex hover:scale-95 transiti items-center justify-center'>
<p className='mr-2 text-white text-sm'>View Website</p>
<ExternalLink color='white' size={19} />
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="19" height="19" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/>
<polyline points="15 3 21 3 21 9"/>
<line x1="10" y1="14" x2="21" y2="3"/>
</svg>
</a>
</div>
</div>
Expand Down
8 changes: 0 additions & 8 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@googleapis/sheets": "^7.0.0",
"axios": "^1.7.4",
"d3": "^7.8.5",
"lucide-react": "^0.350.0",
"net": "^1.0.2",
"next": "^14.2.21",
"next-on-netlify": "^3.0.1",
Expand Down

0 comments on commit f291e5d

Please sign in to comment.