···77} from "components/ActionBar/Publications";
88import { ButtonPrimary, ButtonTertiary } from "components/Buttons";
99import { AddSmall } from "components/Icons/AddSmall";
1010-import { LooseLeafSmall } from "components/Icons/ArchiveSmall";
1010+import { LooseLeafSmall } from "components/Icons/LooseleafSmall";
1111import { PublishSmall } from "components/Icons/PublishSmall";
1212import { useIdentityData } from "components/IdentityProvider";
1313import { InputWithLabel } from "components/Input";
+2-2
components/ActionBar/Publications.tsx
···1515import { ButtonSecondary } from "components/Buttons";
1616import { useIsMobile } from "src/hooks/isMobile";
1717import { useState } from "react";
1818-import { LooseLeafSmall } from "components/Icons/ArchiveSmall";
1818+import { LooseLeafSmall } from "components/Icons/LooseleafSmall";
1919import { navPages } from "./Navigation";
20202121export const PublicationButtons = (props: {
···4141 {/*TODO How should i get if this is the current page or not?
4242 theres not "pub" to check the uri for. Do i need to add it as an option to NavPages? thats kinda annoying*/}
4343 <ActionButton
4444- label="Looseleaves"
4444+ label="LooseLeafs"
4545 icon={<LooseLeafSmall />}
4646 nav
4747 className={