mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 23:48:53 +02:00
Use locale to format dates and times (#123)
* Use deployment url in demo description. Close #131
This commit is contained in:
parent
8263926168
commit
8aec24308e
40 changed files with 1240 additions and 864 deletions
|
@ -7,9 +7,9 @@ import * as React from "react";
|
|||
import { createBreakpoint } from "react-use";
|
||||
|
||||
import DotsVertical from "@/components/icons/dots-vertical.svg";
|
||||
import Github from "@/components/icons/github.svg";
|
||||
|
||||
import Logo from "../public/logo.svg";
|
||||
import Github from "./home/github.svg";
|
||||
import Footer from "./page-layout/footer";
|
||||
|
||||
const Popover = dynamic(() => import("./popover"), { ssr: false });
|
||||
|
@ -62,7 +62,7 @@ const Menu: React.VoidFunctionComponent<{ className: string }> = ({
|
|||
</Link>
|
||||
<Link href="https://github.com/lukevella/rallly">
|
||||
<a className="text-gray-400 transition-colors hover:text-indigo-500 hover:no-underline hover:underline-offset-2">
|
||||
<Github className="w-8" />
|
||||
<Github className="w-6" />
|
||||
</a>
|
||||
</Link>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue