chore: add copyright notice under image comparison

This commit is contained in:
trafficlunar 2025-01-02 20:48:49 +00:00
parent 7effd3ca45
commit 84666baa6c
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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 (