Skip to content

Commit

Permalink
add: premium link
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdiesel committed Dec 4, 2022
1 parent c43e883 commit c2d23ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* **Production CSS** is only **≈38kb**
* Reusable components
* Free under MIT License
* Premium version is coming soon
* [Premium version](https://justboil.me/tailwind-admin-templates/react-dashboard/) available

## Table of Contents

Expand Down
6 changes: 3 additions & 3 deletions src/layouts/Authenticated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ export default function LayoutAuthenticated({ children }: Props) {
/>
{children}
<FooterBar>
Code on{` `}
Get more with{` `}
<a
href="https://github.com/justboil/admin-one-react-tailwind"
href="https://tailwind-react.justboil.me/dashboard"
target="_blank"
rel="noreferrer"
className="text-blue-600"
>
GitHub
Premium version
</a>
</FooterBar>
</div>
Expand Down

0 comments on commit c2d23ee

Please sign in to comment.