minor change
This commit is contained in:
parent
16024f40be
commit
de20fb7bc1
|
@ -10,9 +10,9 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
||||||
import {
|
import {
|
||||||
faArrowUpRightFromSquare,
|
faArrowUpRightFromSquare,
|
||||||
faBoxArchive,
|
faBoxArchive,
|
||||||
|
faBuildingColumns,
|
||||||
faCloudArrowDown,
|
faCloudArrowDown,
|
||||||
faFolder,
|
faFolder,
|
||||||
faGlobe,
|
|
||||||
} from "@fortawesome/free-solid-svg-icons";
|
} from "@fortawesome/free-solid-svg-icons";
|
||||||
import useCollectionStore from "@/store/collections";
|
import useCollectionStore from "@/store/collections";
|
||||||
import {
|
import {
|
||||||
|
@ -345,7 +345,7 @@ export default function LinkDetails({ linkId, isOwnerOrMod }: Props) {
|
||||||
<div className="flex justify-between items-center pr-1 border border-sky-100 dark:border-neutral-700 rounded-md">
|
<div className="flex justify-between items-center pr-1 border border-sky-100 dark:border-neutral-700 rounded-md">
|
||||||
<div className="flex gap-2 items-center">
|
<div className="flex gap-2 items-center">
|
||||||
<div className="text-white bg-sky-300 dark:bg-sky-600 p-2 rounded-l-md">
|
<div className="text-white bg-sky-300 dark:bg-sky-600 p-2 rounded-l-md">
|
||||||
<FontAwesomeIcon icon={faGlobe} className="w-6 h-6" />
|
<FontAwesomeIcon icon={faBuildingColumns} className="w-6 h-6" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p className="text-black dark:text-white">
|
<p className="text-black dark:text-white">
|
||||||
|
|
|
@ -31,8 +31,6 @@ export default function Index() {
|
||||||
const { links } = useLinkStore();
|
const { links } = useLinkStore();
|
||||||
const { collections } = useCollectionStore();
|
const { collections } = useCollectionStore();
|
||||||
|
|
||||||
const { data } = useSession();
|
|
||||||
|
|
||||||
const [expandDropdown, setExpandDropdown] = useState(false);
|
const [expandDropdown, setExpandDropdown] = useState(false);
|
||||||
const [sortDropdown, setSortDropdown] = useState(false);
|
const [sortDropdown, setSortDropdown] = useState(false);
|
||||||
const [sortBy, setSortBy] = useState<Sort>(Sort.DateNewestFirst);
|
const [sortBy, setSortBy] = useState<Sort>(Sort.DateNewestFirst);
|
||||||
|
|
Ŝarĝante…
Reference in New Issue