···286 <LooseLeafSmall className="shrink-0" />
287 <div className="flex flex-col leading-snug">
288 <div className="text-secondary font-bold">
289- Publish as LooseLeaf
290 </div>
291 <div className="text-tertiary text-sm font-normal">
292 Publish this as a one off doc to AT Proto
···286 <LooseLeafSmall className="shrink-0" />
287 <div className="flex flex-col leading-snug">
288 <div className="text-secondary font-bold">
289+ Publish as Looseleaf
290 </div>
291 <div className="text-tertiary text-sm font-normal">
292 Publish this as a one off doc to AT Proto
···35 {looseleaves.length > 0 && (
36 <>
37 <SpeedyLink
38- href={`/lish/looseleaf`}
39 className="flex gap-2 items-start text-secondary font-bold hover:no-underline! hover:text-accent-contrast w-full"
40 >
41 {/*TODO How should i get if this is the current page or not?
42 theres not "pub" to check the uri for. Do i need to add it as an option to NavPages? thats kinda annoying*/}
43 <ActionButton
44- label="LooseLeafs"
45 icon={<LooseLeafSmall />}
46 nav
47 className={
48- props.currentPage === "looseleaf"
49 ? "bg-bg-page! border-border!"
50 : ""
51 }
···35 {looseleaves.length > 0 && (
36 <>
37 <SpeedyLink
38+ href={`/looseleafs`}
39 className="flex gap-2 items-start text-secondary font-bold hover:no-underline! hover:text-accent-contrast w-full"
40 >
41 {/*TODO How should i get if this is the current page or not?
42 theres not "pub" to check the uri for. Do i need to add it as an option to NavPages? thats kinda annoying*/}
43 <ActionButton
44+ label="Looseleafs"
45 icon={<LooseLeafSmall />}
46 nav
47 className={
48+ props.currentPage === "looseleafs"
49 ? "bg-bg-page! border-border!"
50 : ""
51 }