Skip to content

Commit

Permalink
idk sum
Browse files Browse the repository at this point in the history
  • Loading branch information
realxilliam committed Aug 3, 2024
1 parent c5c8973 commit 048feb6
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 128 deletions.
105 changes: 59 additions & 46 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export default function Home() {
{funnyImage ? <Image alt="pöö" src="/img/hassy.png" fill /> : ""}
<div className="py-8 px-4 mx-auto max-w-screen-xl text-center lg:py-16 lg:px-12">
{

/*
Announcement alert
Announcement alert
<a href="#" className="inline-flex justify-between items-center py-1 px-1 pr-4 mb-7 text-sm text-gray-700 bg-gray-100 rounded-full dark:bg-gray-800 dark:text-white hover:bg-gray-200 dark:hover:bg-gray-700" role="alert">
<span className="text-xs bg-primary-600 rounded-full text-white px-4 py-1.5 mr-3">Important</span> <span className="text-sm font-medium">SOME SHIT HAPPENED</span>
Expand Down
Loading

0 comments on commit 048feb6

Please sign in to comment.