mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
undo lars' silly mistake
This commit is contained in:
parent
ea58fea444
commit
f441ae7613
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<x:layout>
|
||||
<x:layout :title="$thread->title">
|
||||
<header class="relative py-24">
|
||||
<div
|
||||
class="absolute w-full transform skew-y-12 pointer-events-none h-72 md:h-96 -translate-y-1/4 bg-gradient-to-br from-yellow-300 to-pink-400 mix-blend-multiply">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<x:layout>
|
||||
<x:layout :title="$tip->title" :preview="$tip->title">
|
||||
<div
|
||||
x-data
|
||||
@keydown.escape.window="Turbo.visit('{{ route('tip.index') }}')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue