Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Mar 8, 2024
1 parent 598434a commit d579980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/documentation/ui/icon.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<a href="{{ route('documentation.configuration') }}" class="underline">configuration file.</a>
</p>
<div class="mt-4">
<p>This is the <b class="underline">old icon configuration</b> in the configuration file:</p>
<p>This is the <b class="underline">old icon configuration</b> in the configuration file <b>before v1.20:</b></p>
<x-code :contents="$oldConfiguration" disable-copy />
<p>This is the <b class="underline">new icon configuration</b> for the configuration file:</p>
<p>This is the <b class="underline">new icon configuration</b> for the configuration file <b>after v1.20:</b></p>
<x-code :contents="$newConfiguration" />
<x-warning class="mt-2">
<b class="underline">If you have been using TallStackUI since before version 1.20</b>, you must update
Expand Down

0 comments on commit d579980

Please sign in to comment.