Skip to content

Commit

Permalink
Merge pull request #62 from credebl/feature-coming-redirect-issue
Browse files Browse the repository at this point in the history
Fixed feature coming redirect issue
  • Loading branch information
tipusinghaw authored Aug 1, 2023
2 parents 7c232ee + 46a326f commit 9776f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/FeatureComingSoon.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
import { pathRoutes } from '../config/pathRoutes.js';
import { asset, url } from '../lib/data.js';
---

Expand All @@ -20,7 +21,7 @@ import { asset, url } from '../lib/data.js';

</p>
<a
href={url('dashboard')}
href={pathRoutes.users.dashboard}
class="text-white bg-primary-700 hover:bg-primary-800 focus:ring-4 focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center inline-flex items-center mr-3 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800"
>
<svg
Expand Down

0 comments on commit 9776f17

Please sign in to comment.