Skip to content

Commit cdd56a6

Browse files
committed
fix: Svelte Hack -> SvelteHack
1 parent cbc16cd commit cdd56a6

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Svelte Hack
1+
# SvelteHack

src/app.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
<meta name="msapplication-config" content="/browserconfig.xml" />
1616
<meta name="msapplication-TileColor" content="#ff4700" />
1717

18-
<meta name="title" content="Svelte Hack" />
18+
<meta name="title" content="SvelteHack" />
1919
<meta name="description" content="Official Svelte Hackathon" />
2020

2121
<meta property="og:type" content="website" />
2222
<meta property="og:url" content="https://hack.sveltesociety.dev/" />
23-
<meta property="og:title" content="Svelte Hack" />
23+
<meta property="og:title" content="SvelteHack" />
2424
<meta property="og:description" content="Official Svelte Hackathon" />
2525
<meta property="og:image" content="https://hack.sveltesociety.dev/meta2.png" />
2626

2727
<meta property="twitter:card" content="summary_large_image" />
2828
<meta property="twitter:url" content="https://hack.sveltesociety.dev" />
29-
<meta property="twitter:title" content="Svelte Hack" />
29+
<meta property="twitter:title" content="SvelteHack" />
3030
<meta property="twitter:description" content="Official Svelte Hackathon" />
3131
<meta property="twitter:image" content="https://hack.sveltesociety.dev/meta2.png" />
3232

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<svelte:head>
1313
<title>
14-
Svelte Hack · {pageTitle($page.url.pathname)}
14+
SvelteHack · {pageTitle($page.url.pathname)}
1515
</title>
1616
</svelte:head>
1717

src/routes/2023/winners/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<YearSelector activeYear="2023" />
143143
</div>
144144

145-
<h1 class="title">Svelte Hack 2023 Winners</h1>
145+
<h1 class="title">SvelteHack 2023 Winners</h1>
146146

147147
<div class="winners">
148148
{#each data as { category, winners }}

src/routes/2024/winners/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<div class="br-md"></div>
4747

4848
{#if new Date() < new Date(data.date.end)}
49-
<p class="subtitle">Svelte Hack isn't over yet!</p>
49+
<p class="subtitle">SvelteHack isn't over yet!</p>
5050
{#if !$page.data.hasSubmitted}
5151
<div class="br-sm"></div>
5252
<p><a class="btn-b" href="/login">Enter</a></p>

static/site.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Svelte Hack",
3-
"short_name": "Svelte Hack",
2+
"name": "SvelteHack",
3+
"short_name": "SvelteHack",
44
"icons": [
55
{
66
"src": "/android-chrome-192x192.png",

0 commit comments

Comments
 (0)