parent
61816ab1e3
commit
59e359f303
5 changed files with 39 additions and 15 deletions
After Width: | Height: | Size: 256 KiB |
@ -0,0 +1,33 @@ |
||||
--- |
||||
import { DateTime } from 'luxon'; |
||||
|
||||
const formattedDate = DateTime.fromISO('2024-09-13').toFormat('dd LLL, yyyy'); |
||||
--- |
||||
|
||||
<div class='relative mb-6'> |
||||
<span |
||||
class='absolute -left-6 top-2 h-2 w-2 flex-shrink-0 rounded-full bg-gray-300' |
||||
></span> |
||||
|
||||
<div |
||||
class='mb-3 flex flex-col items-start gap-0.5 sm:flex-row sm:items-center sm:gap-2' |
||||
> |
||||
<span class='flex-shrink-0 text-xs tracking-wide text-gray-400'> |
||||
{formattedDate} |
||||
</span> |
||||
<span class='truncate text-balance text-base font-medium'> |
||||
Changelog page is launched |
||||
</span> |
||||
</div> |
||||
|
||||
<div |
||||
class='flex flex-col items-center justify-center gap-2 sm:gap-2 rounded-xl border bg-white px-8 py-12 text-center' |
||||
> |
||||
<img src='/images/rocket.gif' class='w-[70px] mb-4' /> |
||||
<h2 class='text-balance text-xl font-medium'>Changelog page is launched</h2> |
||||
<p class='font-normal text-balance text-gray-400 text-sm sm:text-base'> |
||||
We will be sharing a selected list of updates, improvements, and fixes made to |
||||
the website. Stay tuned! |
||||
</p> |
||||
</div> |
||||
</div> |
@ -1,12 +0,0 @@ |
||||
--- |
||||
title: 'New Dashboard Page' |
||||
description: 'We have added a new dashboard page to help you track your progress' |
||||
seo: |
||||
title: 'New Dashboard Page - roadmap.sh' |
||||
description: 'We have added a new dashboard page to help you track your progress' |
||||
date: 2024-09-12 |
||||
--- |
||||
|
||||
We have revamped the dashboard page for logged-in users. The new dashboard page will help you track your progress and see your overall progress in a single view. We have also added a new progress bar to help you visualize your progress. |
||||
|
||||
If you want to access the guest homepage, you check check it out [here](/home). |
Loading…
Reference in new issue