make linear gradient background easily reusable

This commit is contained in:
Hailey
2024-06-12 11:47:23 -07:00
parent 070363c947
commit 62211d082b
5 changed files with 38 additions and 29 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export function makeStarterPackLink(
rkey?: string,
) {
if (typeof starterPackOrName === 'string') {
return `/starter-pack/${starterPackOrName}/${rkey}`
return `/start/${starterPackOrName}/${rkey}`
} else {
const rkey = new AtUri(starterPackOrName.uri).rkey
return makeProfileLink(starterPackOrName.creator, 'starter-pack', rkey)