Skip to content

Commit b7d95ae

Browse files
authored
Add logo to template (#29)
1 parent 55ef89f commit b7d95ae

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ php artisan vendor:publish --tag="otpz-config"
134134
```
135135

136136
This is the contents of the published config file:
137-
138137
```php
139138
<?php
140139

resources/views/otp.blade.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@ class="dark min-h-screen flex flex-col items-center justify-center bg-white anti
3939
<div class="flex w-full max-w-md flex-col items-center space-y-6 px-6">
4040
<div class="flex justify-center opacity-50">
4141
<a href="/" class="group flex items-center gap-3">
42-
@if(View::exists('components.application-logo'))
43-
<x-application-logo
44-
class="h-20 w-20 fill-current text-zinc-800 dark:text-zinc-400"
42+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 42" class="h-20 w-20 fill-current text-zinc-800 dark:text-zinc-400">
43+
<path
44+
fill="currentColor"
45+
fill-rule="evenodd"
46+
clip-rule="evenodd"
47+
d="M17.2 5.633 8.6.855 0 5.633v26.51l16.2 9 16.2-9v-8.442l7.6-4.223V9.856l-8.6-4.777-8.6 4.777V18.3l-5.6 3.111V5.633ZM38 18.301l-5.6 3.11v-6.157l5.6-3.11V18.3Zm-1.06-7.856-5.54 3.078-5.54-3.079 5.54-3.078 5.54 3.079ZM24.8 18.3v-6.157l5.6 3.111v6.158L24.8 18.3Zm-1 1.732 5.54 3.078-13.14 7.302-5.54-3.078 13.14-7.3v-.002Zm-16.2 7.89 7.6 4.222V38.3L2 30.966V7.92l5.6 3.111v16.892ZM8.6 9.3 3.06 6.222 8.6 3.143l5.54 3.08L8.6 9.3Zm21.8 15.51-13.2 7.334V38.3l13.2-7.334v-6.156ZM9.6 11.034l5.6-3.11v14.6l-5.6 3.11v-14.6Z"
4548
/>
46-
@endif
49+
</svg>
4750
</a>
4851
</div>
4952

0 commit comments

Comments
 (0)