Skip to content

Commit a1fff29

Browse files
committed
fix: update database version display in StatusBar component
- Changed the displayed database version from PostgreSQL 16.2 to LibreDB:latest in the StatusBar component to reflect the current database being used.
1 parent 31f6783 commit a1fff29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/studio/StatusBar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const home = sectionById['home'];
77
<span class="flex items-center gap-1.5 text-ok">
88
<span class="h-1.5 w-1.5 rounded-full bg-ok" aria-hidden="true"></span> Connected
99
</span>
10-
<span class="text-faint">PostgreSQL 16.2</span>
10+
<span class="text-faint">LibreDB:latest</span>
1111
<span class="text-faint">public</span>
1212
<span class="text-muted"><span data-statusbar-table>{home.table}</span>.sql</span>
1313
</div>

0 commit comments

Comments
 (0)