mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-05 05:39:44 +00:00
Update OnboardingExtension.tsx
This commit is contained in:
parent
f0ce33f3ca
commit
8a622f0301
1 changed files with 5 additions and 1 deletions
|
|
@ -193,7 +193,11 @@ function DefaultExtensionPage(props: ExtensionPageProps) {
|
|||
{/* Secondary userscript option */}
|
||||
<div className="mb-6 text-left">
|
||||
<div className="flex flex-col items-center space-y-1">
|
||||
<Link href="https://raw.githubusercontent.com/p-stream/Userscript/main/p-stream.user.js" target="_blank" className="text-sm">
|
||||
<Link
|
||||
href="https://raw.githubusercontent.com/p-stream/Userscript/main/p-stream.user.js"
|
||||
target="_blank"
|
||||
className="text-sm"
|
||||
>
|
||||
{t("onboarding.extension.linkUserscript")}
|
||||
</Link>
|
||||
<span className="text-type-dimmed text-xs">
|
||||
|
|
|
|||
Loading…
Reference in a new issue