no need to push the extension this much

This commit is contained in:
Athou
2023-06-14 01:09:31 +02:00
parent 18f68aab31
commit 68c62b4528
29 changed files with 0 additions and 123 deletions

View File

@@ -78,17 +78,6 @@ export function AboutPage() {
<Trans>CommaFeed browser extension version {browserExtensionVersion}.</Trans>
</Box>
)}
{isBrowserExtensionInstallable && !isBrowserExtensionInstalled && (
<Box>
<Trans>
CommaFeed browser extension{" "}
<Anchor href={Constants.browserExtensionUrl} target="_blank" rel="noreferrer">
not installed
</Anchor>{" "}
(or URL in extension options not matching this CommaFeed instance).
</Trans>
</Box>
)}
<Box mt="md">
<Trans>
<span>CommaFeed is an open-source project. Sources are hosted on </span>