update a couple more links

This commit is contained in:
Pas 2025-04-15 16:55:56 -06:00
parent 64f3b776de
commit 57d8e1a3f7
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ export default function LandingPage() {
<Hero.Actions> <Hero.Actions>
<div style={{ display: 'flex', gap: '1em' }}> <div style={{ display: 'flex', gap: '1em' }}>
<Button to="/self-hosting/hosting-intro">Get Started</Button> <Button to="/self-hosting/hosting-intro">Get Started</Button>
<Button to="https://github.com/Pasithea0/p-stream" type="secondary"> <Button to="https://github.com/p-stream/p-stream" type="secondary">
Open on GitHub Open on GitHub
</Button> </Button>
</div> </div>

View file

@ -11,7 +11,7 @@ import coverUrl from './public/cover.png';
import faviconUrl from './public/favicon.ico'; import faviconUrl from './public/favicon.ico';
const starLinks = [ const starLinks = [
link('GitHub', 'https://github.com/Pasithea0/p-stream', { link('GitHub', 'https://github.com/p-stream/p-stream', {
style: 'star', style: 'star',
newTab: true, newTab: true,
icon: 'akar-icons:github-fill', icon: 'akar-icons:github-fill',
@ -24,7 +24,7 @@ const starLinks = [
]; ];
export default defineTheme({ export default defineTheme({
github: 'Pasithea0/p-stream', github: 'p-stream/p-stream',
navigation: [ navigation: [
link('Discord', '/links/discord', { link('Discord', '/links/discord', {
style: 'star', style: 'star',
@ -39,9 +39,9 @@ export default defineTheme({
contentFooter: { contentFooter: {
text: 'Made with :3 (sillyness)', text: 'Made with :3 (sillyness)',
editRepositoryBase: editRepositoryBase:
'https://github.com/Pasithea0/p-stream-docs/blob/master', 'https://github.com/p-stream/docs/blob/master',
socials: [ socials: [
social.github('https://github.com/Pasithea0'), social.github('https://github.com/p-stream'),
social.discord('/links/discord'), social.discord('/links/discord'),
], ],
}, },