Skip to content

Commit

Permalink
update year
Browse files Browse the repository at this point in the history
  • Loading branch information
Holtz Yan authored and Holtz Yan committed Jul 28, 2023
1 parent 8408afa commit fd44412
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions component/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import Link from "next/link";
import React from "react";
import SocialMediaButtons from "./SocialMediaButtons";
import Link from 'next/link';
import React from 'react';
import SocialMediaButtons from './SocialMediaButtons';

export default function Footer() {
return (
<div className="h-24 w-full grid grid-cols-3 gap-1 ">
<div className="text-sm font-light flex flex-row justify-start items-center mt-1">
<span className="hidden sm:inline">
Copyright © the <span className="gradient">React</span> Graph Gallery
2022
2023
</span>
</div>

Expand Down

0 comments on commit fd44412

Please sign in to comment.