Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed old twitter logo to new #32

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,20 @@ export default function Home() {
href="https://twitter.com/Bd_Perez"
target="_blank"
>
<i className="lni lni-twitter-original mx-1"></i>
<svg
viewBox="0 0 20 20"
className="lni icon"
fill="#343C54"
x="0px"
y="0px"
xmlns="http://www.w3.org/2000/svg"
transform="rotate(0 0 0)"
>
<path
d="M17.7512 2.96094H20.818L14.1179 10.6187L22 21.0391H15.8284L10.9946 14.7191L5.4636 21.0391H2.39492L9.56132 12.8483L2 2.96094H8.32824L12.6976 8.73762L17.7512 2.96094ZM16.6748 19.2035H18.3742L7.40492 4.70014H5.58132L16.6748 19.2035Z"
fill="#343C54"
/>
</svg>
</a>
</div>
</div>
Expand Down