mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-14 10:22:06 +02:00
update auth header logo link and page margin top-bottom
This commit is contained in:
parent
9e201c4db1
commit
4c3163674f
@ -1,7 +1,7 @@
|
|||||||
<x-guest-layout>
|
<x-guest-layout>
|
||||||
<x-auth-card>
|
<x-auth-card>
|
||||||
<x-slot name="logo">
|
<x-slot name="logo">
|
||||||
<a href="/">
|
<a href="{{ config('app.url') }}">
|
||||||
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
||||||
</a>
|
</a>
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<x-guest-layout>
|
<x-guest-layout>
|
||||||
<x-auth-card>
|
<x-auth-card>
|
||||||
<x-slot name="logo">
|
<x-slot name="logo">
|
||||||
<a href="/">
|
<a href="{{ config('app.url') }}">
|
||||||
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
||||||
</a>
|
</a>
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<x-guest-layout>
|
<x-guest-layout>
|
||||||
<x-auth-card>
|
<x-auth-card>
|
||||||
<x-slot name="logo">
|
<x-slot name="logo">
|
||||||
<a href="/">
|
<a href="{{ config('app.url') }}">
|
||||||
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
||||||
</a>
|
</a>
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<x-guest-layout>
|
<x-guest-layout>
|
||||||
<x-auth-card>
|
<x-auth-card>
|
||||||
<x-slot name="logo">
|
<x-slot name="logo">
|
||||||
<a href="/">
|
<a href="{{ config('app.url') }}">
|
||||||
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
||||||
</a>
|
</a>
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<x-guest-layout>
|
<x-guest-layout>
|
||||||
<x-auth-card>
|
<x-auth-card>
|
||||||
<x-slot name="logo">
|
<x-slot name="logo">
|
||||||
<a href="/">
|
<a href="{{ config('app.url') }}">
|
||||||
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
||||||
</a>
|
</a>
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<x-guest-layout>
|
<x-guest-layout>
|
||||||
<x-auth-card>
|
<x-auth-card>
|
||||||
<x-slot name="logo">
|
<x-slot name="logo">
|
||||||
<a href="/">
|
<a href="{{ config('app.url') }}">
|
||||||
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
||||||
</a>
|
</a>
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="footer" style="margin:10% 0px 35px 0px;">
|
<div class="footer" style="margin:5% 0px 35px 0px;">
|
||||||
<!--<a href="/">Home</a>
|
<!--<a href="/">Home</a>
|
||||||
<a href="https://github.com/khashayarzavosh/littlelink-admin/#donate" target="_blank">Donate</a>
|
<a href="https://github.com/khashayarzavosh/littlelink-admin/#donate" target="_blank">Donate</a>
|
||||||
<a href="https://github.com/khashayarzavosh/littlelink-admin" target="_blank">Programmers</a>
|
<a href="https://github.com/khashayarzavosh/littlelink-admin" target="_blank">Programmers</a>
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="column" style="margin-top: 10%">
|
<div class="column" style="margin-top: 5%">
|
||||||
<!-- Your Image Here -->
|
<!-- Your Image Here -->
|
||||||
@if(file_exists(public_path("img/$littlelink_name" . ".png" )))
|
@if(file_exists(public_path("img/$littlelink_name" . ".png" )))
|
||||||
<img src="{{ asset("img/$littlelink_name" . ".png") }}" width="100px" height="100px">
|
<img src="{{ asset("img/$littlelink_name" . ".png") }}" width="100px" height="100px">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user