Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit fbf135a

Browse files
Merge branch 'develop' of https://github.com/meower-media-co/Meower-Svelte into eslint
2 parents 6f02ee6 + a30d435 commit fbf135a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1890
-3033
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ node_modules
1111
dist
1212
dist-ssr
1313
*.local
14+
bun.lockb
1415

1516
# Editor directories and files
1617
.vscode/*

.vscode/extensions.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ The Meower client is possible thanks to these ***amazing*** **people**!
1515
- @silvxrcat
1616
- @mdwalters
1717
- @williamhorning
18-
- @zedthehedgehog
18+
- @zedsleepyhead
1919
- @ArrowAced
20-
- @theotherhades
20+
- @theotherhades

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
<meta name="theme-color" content="#ff7432" />
3939
<title>Meower</title>
4040
</head>
41-
4241
<body>
4342
<noscript><h1 class="nojs">Please enable JavaScript.</h1></noscript>
43+
<img id="meower-logo" src="/src/assets/logo.svg" class="media-fullcenter"></img>
4444
<div id="app"></div>
4545
<script type="module" src="/src/main.js"></script>
4646
</body>
47-
</html>
47+
</html>

0 commit comments

Comments
 (0)