Skip to content

Commit

Permalink
Merge branch 'AroundYou-ng:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronteamAAR authored Dec 6, 2022
2 parents 639c4f5 + d6df92a commit 9748e0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added public/nnnoise.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/nnnoiseDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {
margin: 0;
box-sizing: border-box;
font-family: 'Space Grotesk', sans-serif;
background-image: url(../public/nnnoise.svg);
background-image: url(../public/nnnoise.png);
}


Expand All @@ -28,7 +28,7 @@ body {

*,html,body{
color: rgb(158, 158, 158) !important;
background-image: url(../public/nnnoiseDark.svg);
background-image: url(../public/nnnoiseDark.png);

}
}

2 comments on commit 9748e0b

@vercel
Copy link

@vercel vercel bot commented on 9748e0b Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

around-you – ./

around-you-git-main-aaronteamaar.vercel.app
around-you.vercel.app
around-you-aaronteamaar.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 9748e0b Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.