Skip to content

Commit 706bb77

Browse files
committed
feat: update database engine badges to reflect availability status
1 parent 0510ba8 commit 706bb77

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

frontend/pages/HubPage.tsx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,18 @@ const DB_ENGINES = [
8585
markBg: '#326690',
8686
label: 'PostgreSQL',
8787
sub: 'Azure Flexible Server',
88-
badge: 'Private preview',
88+
badge: 'Unavailable',
8989
badgeOk: false,
9090
locked: true,
91-
opacity: 0.65,
91+
opacity: 0.4,
9292
},
9393
{
9494
key: 'snow',
9595
mark: 'S',
9696
markBg: '#5da4d6',
9797
label: 'Snowflake',
9898
sub: 'Data Cloud',
99-
badge: 'Vote',
99+
badge: 'Unavailable',
100100
badgeOk: false,
101101
locked: true,
102102
opacity: 0.4,
@@ -107,7 +107,7 @@ const DB_ENGINES = [
107107
markBg: '#3f6acb',
108108
label: 'BigQuery',
109109
sub: 'Google Cloud',
110-
badge: 'Vote',
110+
badge: 'Unavailable',
111111
badgeOk: false,
112112
locked: true,
113113
opacity: 0.4,
@@ -118,7 +118,7 @@ const DB_ENGINES = [
118118
markBg: '#d4a52a',
119119
label: 'ClickHouse',
120120
sub: 'Open source OLAP',
121-
badge: 'Vote',
121+
badge: 'Unavailable',
122122
badgeOk: false,
123123
locked: true,
124124
opacity: 0.4,
@@ -331,10 +331,6 @@ const HubPage: React.FC = () => {
331331
<h2 style={{ fontFamily: 'var(--font-display)', fontWeight: 500, fontSize: 11, textTransform: 'uppercase', letterSpacing: '0.1em', color: 'var(--muted)', margin: 0 }}>
332332
Available databases
333333
</h2>
334-
<span style={{ fontSize: 11.5, color: 'var(--muted)' }}>
335-
Don't see yours?{' '}
336-
<a href="mailto:support@querypal.dev" style={{ color: 'var(--accent)', textDecoration: 'none' }}>Tell us</a>
337-
</span>
338334
</div>
339335

340336
<div style={{ display: 'grid', gridTemplateColumns: 'repeat(5, 1fr)', gap: 12 }}>

0 commit comments

Comments
 (0)