mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-11 05:06:39 +00:00
share links
This commit is contained in:
@@ -36,7 +36,7 @@ const topNavItems = [
|
||||
},
|
||||
{
|
||||
title: "Sharable Links",
|
||||
href: "/{orgId}/settings/links",
|
||||
href: "/{orgId}/settings/share-links",
|
||||
icon: <Link className="h-4 w-4" />
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default async function SettingsLayout(props: SettingsLayoutProps) {
|
||||
<div className="container mx-auto sm:px-0 px-3">{children}</div>
|
||||
|
||||
<footer className="w-full mt-6 py-3">
|
||||
<div className="container mx-auto flex justify-end items-center px-3 sm:px-0 text-sm text-muted space-x-3 select-none">
|
||||
<div className="container mx-auto flex justify-end items-center px-3 sm:px-0 text-sm text-neutral-300 dark:text-neutral-700 space-x-3 select-none">
|
||||
<div>Built by Fossorial</div>
|
||||
<a
|
||||
href="https://github.com/fosrl/pangolin"
|
||||
|
||||
Reference in New Issue
Block a user