Skip to content

Commit

Permalink
#55 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waseemsadiq committed Jun 6, 2022
1 parent 894859b commit 9094645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/dashboard/pages/index.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<?= $site->name ?>
</a>
</div>
<div class="hidden md:block pb-1 px-6 text-left">
<div class="hidden md:block px-6 text-left">
<?= $site->desc ?>
</div>
<div class="w-4/12 py-3 px-6 text-center md:text-left"><span class="bg-<?= $site->platform_bg_color ?> text-<?= $site->platform_text_color ?> py-1 px-3 rounded-full text-xs md:text-sm whitespace-nowrap"><?= $site->platform_name ?></span></div>
Expand Down

0 comments on commit 9094645

Please sign in to comment.