Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Oct 30, 2024
1 parent 8be1065 commit d526721
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions src/lib/components/Playground.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -346,29 +346,28 @@

<section class="section w-full space-y-4">
<h2 class="font-bold text-2xl mb-4">StatisticCard</h2>
<StatisticCard
title="สถิติการเข้าประชุมของ ส.ส. ปีการศึกษา 2566"
createAt="04 กรกฎาคม 2567"
infoType="สถิติ"
organization="สภานิสิตฯ"
hrefUrl="https://example.com/statistics-meeting-2566"
<StatisticCard
title="สถิติการเข้าประชุมของ ส.ส. ปีการศึกษา 2566"
createAt="04 กรกฎาคม 2567"
infoType="สถิติ"
organization="สภานิสิตฯ"
hrefUrl="https://example.com/statistics-meeting-2566"
/>
<StatisticCard
title="งบประมาณโครงการ 17 is Right Here"
createAt="04 กรกฎาคม 2567"
infoType="งบประมาณ"
organization="องค์กรบริหารสโมสรนิสิต (อบจ.)"
hrefUrl="https://example.com/budget-project-17"
<StatisticCard
title="งบประมาณโครงการ 17 is Right Here"
createAt="04 กรกฎาคม 2567"
infoType="งบประมาณ"
organization="องค์กรบริหารสโมสรนิสิต (อบจ.)"
hrefUrl="https://example.com/budget-project-17"
/>
<StatisticCard
title="สถิติการเข้าประชุมของ ส.ส. ปีการศึกษา 2566"
createAt="04 กรกฎาคม 2567"
infoType="สถิติ"
organization="สภานิสิตฯ"
hrefUrl="https://example.com/statistics-meeting-2566"
<StatisticCard
title="สถิติการเข้าประชุมของ ส.ส. ปีการศึกษา 2566"
createAt="04 กรกฎาคม 2567"
infoType="สถิติ"
organization="สภานิสิตฯ"
hrefUrl="https://example.com/statistics-meeting-2566"
/>
</section>

</div>

<style>
Expand Down

0 comments on commit d526721

Please sign in to comment.