Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Jan 26, 2024
1 parent dfe5afa commit 90e916b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion resources/views/documentation/installation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
<p class="mt-4">5. Build the assets and do a full cleanup in the Laravel:</p>
<x-code language="shell" :contents="$build" />
</x-section>
<div class="pb-4">
<x-alert icon="check-circle" color="green">
If you've gotten this far by completing all the steps above, you're probably ready
to try TallStackUI in your projects. Continue reading the rest of the content on
this page to improve your knowledge in this first contact with the TallStackUI.
</x-alert>
</div>
<x-section title="Component Prefix" disable-copy>
<p>
Although TallStackUI offers many components out of the box, you may want to create Blade components
Expand All @@ -36,7 +43,7 @@
</p>
<x-warning class="mb-4 mt-2">
<a href="{{ route('documentation.configuration') }}" class="underline" target="_blank">
You must publish the configuration file to be able to edit it.
You must publish the configuration file to be able to edit your content.
</a>
</x-warning>
<x-code :contents="$prefixing" disable-copy />
Expand Down
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class="h-full antialiased"
Ready-to-use
</dt>
<dd class="mt-4 flex flex-auto flex-col text-base leading-7 text-gray-600 dark:text-gray-300">
<p class="flex-auto">More than 30 ready-to-use components, and more than 10 components are in development.</p>
<p class="flex-auto">More than 30 ready-to-use components, and more than 15 components are in development.</p>
</dd>
</div>
<div class="flex flex-col">
Expand Down

0 comments on commit 90e916b

Please sign in to comment.