mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-10 14:11:22 -06:00
chore: display version
This commit is contained in:
parent
90ce635799
commit
b2620dd28c
@ -1,5 +1,6 @@
|
||||
import { type FormEvent, useCallback, useEffect, useState } from "react";
|
||||
import { P, match } from "ts-pattern";
|
||||
import packageJson from "../package.json";
|
||||
|
||||
import "./style.css";
|
||||
|
||||
@ -213,7 +214,8 @@ function IndexPopup() {
|
||||
<path d="M40 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8ZM8 44a4 4 0 1 0 0-8a4 4 0 0 0 0 8Z" />
|
||||
</g>
|
||||
</svg>
|
||||
Sky Follower Bridge
|
||||
Sky Follower Bridge{" "}
|
||||
<span className="text-sm self-end">v{packageJson.version}</span>
|
||||
</h1>
|
||||
<form onSubmit={searchBskyUser} className="mt-5">
|
||||
<label className="w-full block" htmlFor="identifier">
|
||||
|
Loading…
x
Reference in New Issue
Block a user