Skip to content

Commit b4d7b3b

Browse files
theproteinbotclaude
andcommitted
style(web): remove favicon from browser tab
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4863d26 commit b4d7b3b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

catpred/web/frontend/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
name="description"
99
content="Predict enzyme kinetic parameters (kcat, Km, Ki) from substrate and enzyme inputs with CatPred."
1010
/>
11-
<link rel="icon" href="/static/catpred-favicon.svg" type="image/svg+xml" />
12-
<link rel="preconnect" href="https://fonts.googleapis.com" />
11+
<link rel="preconnect" href="https://fonts.googleapis.com" />
1312
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1413
<link
1514
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Newsreader:ital,opsz,wght@0,6..72,300;0,6..72,400;1,6..72,300;1,6..72,400&family=IBM+Plex+Mono:wght@400;500&display=swap"

catpred/web/static/dist/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
name="description"
99
content="Predict enzyme kinetic parameters (kcat, Km, Ki) from substrate and enzyme inputs with CatPred."
1010
/>
11-
<link rel="icon" href="/static/catpred-favicon.svg" type="image/svg+xml" />
12-
<link rel="preconnect" href="https://fonts.googleapis.com" />
11+
<link rel="preconnect" href="https://fonts.googleapis.com" />
1312
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1413
<link
1514
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Newsreader:ital,opsz,wght@0,6..72,300;0,6..72,400;1,6..72,300;1,6..72,400&family=IBM+Plex+Mono:wght@400;500&display=swap"

0 commit comments

Comments
 (0)