+1
-1
src/App.svelte
+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}>