Skip to content

Commit 26024f9

Browse files
committed
ui: change logo
1 parent d88c126 commit 26024f9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

apps/datahub/src/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link rel="preconnect" href="https://fonts.googleapis.com" />
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10+
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
1011
<link
1112
rel="stylesheet"
1213
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"

apps/datahub/tailwind.config.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ const { join } = require('path')
44

55
module.exports = {
66
...baseConfig,
7-
safelist: [...baseConfig.safelist, 'w-max', 'items-end', 'sm:h-36', 'h-20'],
7+
safelist: [
8+
...baseConfig.safelist,
9+
'w-max',
10+
'items-end',
11+
'sm:h-36',
12+
'md:h-48',
13+
'h-20',
14+
],
815
theme: {
916
...baseConfig.theme,
1017
extend: {

0 commit comments

Comments
 (0)