diff --git a/frontend/web/src/components/AboutDialog.tsx b/frontend/web/src/components/AboutDialog.tsx index 1a3acf4..a26d6cc 100644 --- a/frontend/web/src/components/AboutDialog.tsx +++ b/frontend/web/src/components/AboutDialog.tsx @@ -21,11 +21,11 @@ const AboutDialog: React.FC<Props> = (props: Props) => { </div> <div className="max-w-full w-80 sm:w-96"> <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. </p> <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"> GitHub </Link>