chore: tweak about dialog

This commit is contained in:
johnnyjoy 2024-09-18 20:30:53 +08:00
parent ff00a69025
commit b15b070487

View File

@ -21,11 +21,11 @@ const AboutDialog: React.FC<Props> = (props: Props) => {
</div> </div>
<div className="max-w-full w-80 sm:w-96"> <div className="max-w-full w-80 sm:w-96">
<p> <p>
<span className="font-medium">Slash</span>: An open source, self-hosted platform for sharing and managing your most frequently <span className="font-medium">Slash</span> is an open source, self-hosted platform for sharing and managing your most frequently
used links. used links.
</p> </p>
<div className="mt-1"> <div className="mt-1">
<span className="mr-2">See more in</span> <span className="mr-2">Source code:</span>
<Link variant="plain" href="https://github.com/yourselfhosted/slash" target="_blank"> <Link variant="plain" href="https://github.com/yourselfhosted/slash" target="_blank">
GitHub GitHub
</Link> </Link>