mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 14:54:58 -05:00
fix: versions and new badge
This commit is contained in:
parent
166cf87498
commit
a2710784ec
BIN
public/imgs/badge1.gif
Normal file
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 confetti from "canvas-confetti";
|
||||
|
||||
export const version = "1.3";
|
||||
export const version = "1.3.2";
|
||||
|
||||
const User = ({ user }: { user: string }) => (
|
||||
<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>
|
||||
<Link href="https://dvelo.vercel.app">
|
||||
<Image
|
||||
src="/imgs/badge1.png"
|
||||
src="/imgs/badge1.gif"
|
||||
alt="cool badge"
|
||||
width={88}
|
||||
height={31}
|
||||
@ -396,6 +396,7 @@ export const Changelog = () => {
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
const Github = (props: SVGProps<SVGSVGElement>) => (
|
||||
<svg
|
||||
viewBox="0 0 256 250"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user