File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,15 @@ import {
88} from "@headlessui/react" ;
99import {
1010 ArchiveBoxIcon ,
11- DocumentPlusIcon ,
1211 InboxStackIcon ,
1312 PlusIcon ,
1413} from "@heroicons/react/20/solid" ;
1514import {
1615 Bars3Icon ,
1716 Cog6ToothIcon ,
1817 FolderIcon ,
19- FolderPlusIcon ,
20- HashtagIcon ,
2118 HomeIcon ,
2219 MagnifyingGlassIcon ,
23- TagIcon ,
2420 TicketIcon ,
2521 XMarkIcon ,
2622} from "@heroicons/react/24/outline" ;
@@ -972,7 +968,7 @@ export default function NewLayout({ children }: any) {
972968 < div className = "flex w-full justify-start items-center space-x-6" >
973969 < Link href = "https://github.com/Peppermint-Lab/peppermint/releases" >
974970 < span className = "inline-flex items-center rounded-md bg-green-700/10 px-3 py-2 text-xs font-medium text-green-600 ring-1 ring-inset ring-green-500/20" >
975- Version 0.4.3
971+ Version 0.4.4
976972 </ span >
977973 </ Link >
978974
You can’t perform that action at this time.
0 commit comments