Skip to content

Commit 472506e

Browse files
committed
hopefully fixed database icons
1 parent 0f4c52f commit 472506e

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

src/webpage/src/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ features:
4343
import { withBase } from "vitepress";
4444

4545
const databases = [
46-
{ label: "ClickHouse", src: "assets/clickhouse.svg" },
47-
{ label: "Microsoft SQL Server", src: "assets/mssql.svg" },
48-
{ label: "MySQL", src: "assets/mysql.svg" },
49-
{ label: "Oracle", src: "assets/oracle.png" },
50-
{ label: "PostgreSQL", src: "assets/postgresql.svg" },
51-
{ label: "Redshift", src: "assets/redshift.svg" },
52-
{ label: "Snowflake", src: "assets/snowflake.svg" },
53-
{ label: "SQLite", src: "assets/sqlite.svg" },
46+
{ label: "ClickHouse", src: "/dbms-icons/clickhouse.svg" },
47+
{ label: "Microsoft SQL Server", src: "/dbms-icons/mssql.svg" },
48+
{ label: "MySQL", src: "/dbms-icons/mysql.svg" },
49+
{ label: "Oracle", src: "/dbms-icons/oracle.png" },
50+
{ label: "PostgreSQL", src: "/dbms-icons/postgresql.svg" },
51+
{ label: "Redshift", src: "/dbms-icons/redshift.svg" },
52+
{ label: "Snowflake", src: "/dbms-icons/snowflake.svg" },
53+
{ label: "SQLite", src: "/dbms-icons/sqlite.svg" },
5454
]
5555
</script>
5656

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)