exclude Beginners Guide

This commit is contained in:
taskylizard
2023-11-12 21:31:24 +05:30
parent 881c44627a
commit f19b1f941d
4 changed files with 8 additions and 26 deletions

View File

@@ -17,6 +17,6 @@ defineProps<{ title: string; description?: string }>();
<div style="color: #c0caf5" tw="mt-2 text-4xl" v-html="description" />
</div>
</div>
<div tw="shrink-0 h-4 w-full flex" style="background-color: #7bc5e4" />
<div tw="shrink-0 h-2 w-full flex" style="background-color: #c4b5fd" />
</div>
</template>