Skip to content

Commit 8373526

Browse files
committed
web: update icon
1 parent 4ee12a9 commit 8373526

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

apps/web/src/routes/+layout.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010
let { children }: Props = $props()
1111
</script>
1212

13+
<svelte:head>
14+
<title>CU Get Reg (v2 alpha)</title>
15+
</svelte:head>
16+
1317
{@render children()}

apps/web/static/favicon.png

208 Bytes
Loading

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"dev": "turbo run dev",
88
"lint": "turbo run --continue lint",
99
"format": "turbo run --continue format",
10-
"storybook:dev": "turbo run --filter=@app/storybook dev"
10+
"storybook:dev": "turbo run --filter=@app/storybook dev",
11+
"web:dev": "turbo run --filter=@app/web dev"
1112
},
1213
"devDependencies": {
1314
"@changesets/changelog-github": "^0.5.0",

0 commit comments

Comments
 (0)