fix: versions and new badge

This commit is contained in:
dvelo 2024-10-05 16:09:19 -05:00
parent 166cf87498
commit a2710784ec
3 changed files with 3 additions and 2 deletions

BIN
public/imgs/badge1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

@ -35,7 +35,7 @@ import { Separator } from "../components/ui/separator";
import { Button } from "../components/ui/button"; import { Button } from "../components/ui/button";
import confetti from "canvas-confetti"; import confetti from "canvas-confetti";
export const version = "1.3"; export const version = "1.3.2";
const User = ({ user }: { user: string }) => ( const User = ({ user }: { user: string }) => (
<span className="cursor-pointer bg-[rgba(255,165,0,0.25);] rounded p-[2.5px]"> <span className="cursor-pointer bg-[rgba(255,165,0,0.25);] rounded p-[2.5px]">
@ -384,7 +384,7 @@ export const Changelog = () => {
<strong>All developers that helped out:</strong> <strong>All developers that helped out:</strong>
<Link href="https://dvelo.vercel.app"> <Link href="https://dvelo.vercel.app">
<Image <Image
src="/imgs/badge1.png" src="/imgs/badge1.gif"
alt="cool badge" alt="cool badge"
width={88} width={88}
height={31} height={31}
@ -396,6 +396,7 @@ export const Changelog = () => {
); );
}; };
const Github = (props: SVGProps<SVGSVGElement>) => ( const Github = (props: SVGProps<SVGSVGElement>) => (
<svg <svg
viewBox="0 0 256 250" viewBox="0 0 256 250"