mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-08 17:12:24 +05:30
adjust to segfaultapi changes
This commit is contained in:
parent
b1d3cb5eb1
commit
a026507209
@ -6,9 +6,9 @@
|
||||
export let type: "main" | "us" | "backup";
|
||||
</script>
|
||||
|
||||
<Link {url} class="web {item === 200 ? "" : "pointer-events-none cursor-default opacity-50"}">
|
||||
<Link {url} class="web {item === true ? "" : "pointer-events-none cursor-default opacity-50"}">
|
||||
<div class="withText">
|
||||
<div class="{item === 200 ? "i-fa6-solid:arrow-up-right-from-square" : "i-fa6-solid:xmark"}" />
|
||||
<div class="{item === true ? "i-fa6-solid:arrow-up-right-from-square" : "i-fa6-solid:xmark"}" />
|
||||
<span>
|
||||
{#if type === "main"}
|
||||
Visit
|
||||
|
Loading…
Reference in New Issue
Block a user