mirror of https://github.com/VERT-sh/VERT.git
Comment out donator component
This commit is contained in:
parent
b8aef6b3ed
commit
4dc0a5d0a9
|
@ -17,7 +17,7 @@
|
||||||
role?: string;
|
role?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const donors: Donator[] = [];
|
// const donors: Donator[] = [];
|
||||||
|
|
||||||
const mainContribs: Contributor[] = [
|
const mainContribs: Contributor[] = [
|
||||||
{
|
{
|
||||||
|
@ -91,13 +91,13 @@
|
||||||
<!-- Why VERT? & Credits -->
|
<!-- Why VERT? & Credits -->
|
||||||
<div class="flex flex-col gap-4 flex-1">
|
<div class="flex flex-col gap-4 flex-1">
|
||||||
<About.Why />
|
<About.Why />
|
||||||
<About.Credits {mainContribs} {ghContribs} />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Resources & Donate to VERT -->
|
<!-- Resources & Donate to VERT -->
|
||||||
<div class="flex flex-col gap-4 flex-1">
|
<div class="flex flex-col gap-4 flex-1">
|
||||||
<About.Resources />
|
<About.Resources />
|
||||||
<About.Donate {donors} />
|
<About.Credits {mainContribs} {ghContribs} />
|
||||||
|
<!-- <About.Donate {donors} /> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue