We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6682389 + a1fff29 commit 8005256Copy full SHA for 8005256
1 file changed
src/components/studio/StatusBar.astro
@@ -7,7 +7,7 @@ const home = sectionById['home'];
7
<span class="flex items-center gap-1.5 text-ok">
8
<span class="h-1.5 w-1.5 rounded-full bg-ok" aria-hidden="true"></span> Connected
9
</span>
10
- <span class="text-faint">PostgreSQL 16.2</span>
+ <span class="text-faint">LibreDB:latest</span>
11
<span class="text-faint">public</span>
12
<span class="text-muted"><span data-statusbar-table>{home.table}</span>.sql</span>
13
</div>
0 commit comments