Skip to content

Commit

Permalink
Rename module to component
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Oct 7, 2024
1 parent 3ff52ba commit 4655d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Illuminate\Support\Str;
use Illuminate\View\Component;

class NinjaSvgModule extends Component implements Htmlable
class NinjaSvgComponent extends Component implements Htmlable
{
private string $innerSvgContent = '';

Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/svg-component-card.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ $traitType }}
</div>
<div class="px-2 py-2">
<x-ninja-svg-module
<x-ninja-svg-component
:config="$ninja->getConfigForInscriptionId($inscriptionId)"
:inscriptionId="$inscriptionId"
/>
Expand Down

0 comments on commit 4655d5b

Please sign in to comment.