Skip to content

Commit

Permalink
remove title in svg
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Nov 19, 2024
1 parent 8f7a761 commit ca428bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/v1/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</svg>
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=dotenv.dotenv-vscode" class="opacity-50 hover:opacity-75">
<svg class="h-3.5 w-3.5 text-zinc-900 dark:invert" fill="currentColor" width="16" height="16" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Visual Studio Code</title>
<svg class="h-3.5 w-3.5 text-zinc-900 dark:invert" fill="currentColor" width="16" height="16" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M23.15 2.587L18.21.21a1.494 1.494 0 0 0-1.705.29l-9.46 8.63-4.12-3.128a.999.999 0 0 0-1.276.057L.327 7.261A1 1 0 0 0 .326 8.74L3.899 12 .326 15.26a1 1 0 0 0 .001 1.479L1.65 17.94a.999.999 0 0 0 1.276.057l4.12-3.128 9.46 8.63a1.492 1.492 0 0 0 1.704.29l4.942-2.377A1.5 1.5 0 0 0 24 20.06V3.939a1.5 1.5 0 0 0-.85-1.352zm-5.146 14.861L10.826 12l7.178-5.448v10.896z"></path>
</svg>
</a>
Expand Down

0 comments on commit ca428bb

Please sign in to comment.