mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-16 04:13:12 +00:00
chore: tweak about dialog
This commit is contained in:
parent
ff00a69025
commit
b15b070487
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user