Skip to content

Commit aea966a

Browse files
committed
Add Github logo link
1 parent 19f7895 commit aea966a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/App.vue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
<template>
22
<div id="app" class="font-sans">
3-
<div class="bg-white border-b p-4 text-gray-700 text-xl font-bold">
3+
<div class="flex justify-between items-center bg-white border-b p-4 text-gray-700 text-xl font-bold">
44
Tailwind Config Viewer
5+
<a
6+
href="https://github.com/rogden/tailwind-config-viewer"
7+
target="_blank"
8+
class="text-gray-500 hover:text-gray-700"
9+
>
10+
<svg class="fill-current w-6 h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><title>GitHub</title><path d="M10 0a10 10 0 0 0-3.16 19.49c.5.1.68-.22.68-.48l-.01-1.7c-2.78.6-3.37-1.34-3.37-1.34-.46-1.16-1.11-1.47-1.11-1.47-.9-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.9 1.52 2.34 1.08 2.91.83.1-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.94 0-1.1.39-1.99 1.03-2.69a3.6 3.6 0 0 1 .1-2.64s.84-.27 2.75 1.02a9.58 9.58 0 0 1 5 0c1.91-1.3 2.75-1.02 2.75-1.02.55 1.37.2 2.4.1 2.64.64.7 1.03 1.6 1.03 2.69 0 3.84-2.34 4.68-4.57 4.93.36.31.68.92.68 1.85l-.01 2.75c0 .26.18.58.69.48A10 10 0 0 0 10 0"></path></svg>
11+
</a>
512
</div>
613
<Canvas />
714
</div>

0 commit comments

Comments
 (0)