chore: add copyright notice under image comparison
This commit is contained in:
parent
7effd3ca45
commit
84666baa6c
2 changed files with 3 additions and 1 deletions
|
|
@ -41,6 +41,8 @@ function ImageComparison() {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<span className="absolute -bottom-6 left-1 text-zinc-500 text-xs">Windows XP Background 'Bliss' image owned by Microsoft Corporation</span>
|
||||
|
||||
<div className="absolute left-[105%] bottom-48 bg-zinc-200 w-48 h-48 flex justify-center items-center">
|
||||
<div className="relative w-[11.5rem] h-[11.5rem]">
|
||||
<img
|
||||
|
|
@ -6,7 +6,7 @@ import { Button } from "@/components/ui/button";
|
|||
import BlockmaticLogo from "@/assets/blockmatic.svg?react";
|
||||
import GithubIcon from "@/assets/github.svg?react";
|
||||
|
||||
import ImageComparison from "@/components/ImageComparison";
|
||||
import ImageComparison from "@/components/home/ImageComparison";
|
||||
|
||||
function IndexPage() {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue