Skip to content

Commit

Permalink
Merge pull request #12 from queen-raae/illustration-june-8-2024
Browse files Browse the repository at this point in the history
favicon
  • Loading branch information
olavea authored Jun 8, 2024
2 parents 8caf4b0 + 68e3b48 commit e1e822c
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "xtowel",
"name": "urlbox-towel",
"type": "module",
"version": "0.0.1",
"scripts": {
Expand Down
Binary file modified public/assets/background-mid-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/bleh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/favicon-bleh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/favicon-no-no-no.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Layout from "../layouts/Layout.astro";
---

<Layout title="404 | Xtowel">
<Layout title="404 | urlbox-towel">
<main>
<h2>A towel is the most massively useful thing <s>an interstellar hitchhiker</s> and web developer can have, but you've lost yours...</h2>
<header>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Layout from "../layouts/Layout.astro";
const towels = await db.select().from(Screenshot).orderBy(desc(Screenshot.id));
---

<Layout title="Xtowel" nav="full">
<Layout title="urlbox-towel" nav="full">
<main>
<header>
<h1>Twowels, TwitterTowels, XTowe, Towelie?!?!</h1>
Expand Down

0 comments on commit e1e822c

Please sign in to comment.