Skip to content

Commit c2d23ee

Browse files
committed
add: premium link
1 parent c43e883 commit c2d23ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* **Production CSS** is only **≈38kb**
2121
* Reusable components
2222
* Free under MIT License
23-
* Premium version is coming soon
23+
* [Premium version](https://justboil.me/tailwind-admin-templates/react-dashboard/) available
2424

2525
## Table of Contents
2626

src/layouts/Authenticated.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ export default function LayoutAuthenticated({ children }: Props) {
102102
/>
103103
{children}
104104
<FooterBar>
105-
Code on{` `}
105+
Get more with{` `}
106106
<a
107-
href="https://github.com/justboil/admin-one-react-tailwind"
107+
href="https://tailwind-react.justboil.me/dashboard"
108108
target="_blank"
109109
rel="noreferrer"
110110
className="text-blue-600"
111111
>
112-
GitHub
112+
Premium version
113113
</a>
114114
</FooterBar>
115115
</div>

0 commit comments

Comments
 (0)