Skip to content

Commit

Permalink
change url
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar404 committed Mar 14, 2024
1 parent 529441e commit 88c2c53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "pixel-art",
"name": "moth-pixel-editor",
"version": "0.1.0",
"private": true,
"homepage": "https://foobar404.dev/moth/",
"homepage": "https://bugpack.io",
"dependencies": {
"@midudev/tailwind-animations": "^0.0.7",
"@testing-library/jest-dom": "^5.16.5",
Expand Down Expand Up @@ -71,4 +71,4 @@
"devDependencies": {
"daisyui": "^4.7.2"
}
}
}
2 changes: 1 addition & 1 deletion src/pages/Beta/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function Beta() {
const data = useBeta();

return (<main className="relative w-screen h-screen row">
<img src="./moth/assets/splash.webp"
<img src="./assets/splash.webp"
className="fixed inset-0 object-cover w-full h-full" />

<div className="z-10 px-24 py-10 text-center rounded-3xl backdrop-blur-md backdrop-hue-rotate-30">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ function useNav(props: IProps) {

function createGif() {
var gif = new GIF({
workerScript: '/moth/js/gif.worker.js',
workerScript: '/js/gif.worker.js',
workers: 2,
quality: 10
});
Expand Down

0 comments on commit 88c2c53

Please sign in to comment.