Skip to content

Commit

Permalink
Merge pull request #43 from acayseth/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
acayseth committed Aug 18, 2023
2 parents 0aae5e8 + b48b794 commit b844ec9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"react": "18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"server-only": "^0.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/day-of-week/day-of-weeks.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function DayOfWeeksComponent() {

return (
<section className="flex justify-center align-middle items-center py-0.5 my-2">
<div className="w-2/4 px-5">
<div className="px-5">
<div className="grid grid-rows-7 grid-flow-col gap-4">
{dayOfWeeks.map((v) => (
<Fragment key={v.id}>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/navbar/navbar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import githubLogo from '@/../public/icons/github.svg';

export default function NavbarComponent() {
return (
<nav className="flex items-center justify-between fixed w-screen bg-black shadow-2xl h-16 z-40">
<nav className="flex items-center justify-between fixed w-screen bg-black h-16 z-40">
<div className="flex-1 flex justify-center mr-auto"> </div>
<div className="mx-12 px-12 relative">
<Link href="/" className="">
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,11 @@ react-dom@18.2.0:
loose-envify "^1.1.0"
scheduler "^0.23.0"

react-icons@^4.10.1:
version "4.10.1"
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.10.1.tgz#3f3b5eec1f63c1796f6a26174a1091ca6437a500"
integrity sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==

react-is@^16.13.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
Expand Down Expand Up @@ -1247,6 +1252,7 @@ streamx@^2.15.0:
queue-tick "^1.0.1"

"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
name string-width-cjs
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand All @@ -1272,6 +1278,7 @@ string_decoder@^1.1.1:
safe-buffer "~5.2.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
name strip-ansi-cjs
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down

0 comments on commit b844ec9

Please sign in to comment.