title is link

Changed files
+2 -2
src
+1 -1
src/App.svelte
··· 138 139 <header class="flex items-center gap-10 flex-wrap"> 140 <div class="grow"> 141 - <h1 class="text-3xl linear-text-gradient">plcbundle instances</h1> 142 </div> 143 <div class="flex items-center gap-6"> 144 <Switch class="opacity-75" checked={autoRefreshEnabled} onCheckedChange={(x) => autoRefreshEnabled = x.checked} disabled={isUpdating}>
··· 138 139 <header class="flex items-center gap-10 flex-wrap"> 140 <div class="grow"> 141 + <h1 class="text-3xl linear-text-gradient"><a href="https://plcbundle-watch.pages.dev/" class="no-style">plcbundle instances</a></h1> 142 </div> 143 <div class="flex items-center gap-6"> 144 <Switch class="opacity-75" checked={autoRefreshEnabled} onCheckedChange={(x) => autoRefreshEnabled = x.checked} disabled={isUpdating}>
+1 -1
src/app.css
··· 12 @apply py-1.5 px-2; 13 } 14 15 - a { 16 @apply underline hover:no-underline; 17 } 18
··· 12 @apply py-1.5 px-2; 13 } 14 15 + a:not(.no-style) { 16 @apply underline hover:no-underline; 17 } 18