Skip to content

Commit

Permalink
chore: render cities by year
Browse files Browse the repository at this point in the history
  • Loading branch information
RamGoel committed Mar 6, 2024
1 parent 8d0c5f6 commit 26d4e5f
Show file tree
Hide file tree
Showing 5 changed files with 706 additions and 13 deletions.
2 changes: 1 addition & 1 deletion components/About/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Paragraph from "../Typography/paragraph";
import Button from "../Buttons/button";
import { CommonUtils } from "../../utils/common-utils";

function About({ year = CommonUtils.getCurrentYear(), isEnded = false }) {
function About({ year = CommonUtils.getCurrentYear2Digit(), isEnded = false }) {
return (
<div className="p-24 container flex items-center justify-center w-full">
<div className="w-[1120px] lg:w-full flex lg:flex-col-reverse items-center justify-between">
Expand Down
Loading

0 comments on commit 26d4e5f

Please sign in to comment.