Skip to content

Commit

Permalink
header changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrunix committed Dec 19, 2023
1 parent 438730f commit 5ef3698
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
25 changes: 25 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"@heroicons/react": "^2.0.18",
"autoprefixer": "10.4.15",
"encoding": "^0.1.13",
"eslint": "8.47.0",
"eslint-config-next": "13.4.15",
"framer-motion": "^10.16.1",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/ProjectsSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const projectsData = [
{
id: 1,
title: "Act It Out",
description: "Want an easy way to play Charades online with friends?",
description: `Bringing the popular party game Charades online and accessible to everyone`,
image: "/images/projects/actitout.gif",
tag: ["All", "Web"],
gitUrl: "https://github.com/UTSCC09/project-verycoolproject",
Expand Down
4 changes: 2 additions & 2 deletions src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { Inter } from 'next/font/google'
const inter = Inter({ subsets: ['latin'] })

export const metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: `Darren's Website`,
description: `Darren's Portfolio Website`,
}

export default function RootLayout({ children }) {
Expand Down

0 comments on commit 5ef3698

Please sign in to comment.