This commit is contained in:
hackerESQ
2024-08-26 18:50:09 -05:00
parent 845091fea7
commit 24f6f76fc5
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
@extends('layouts.main-layout', ['attributes' => null])
@section('body')
<div class="flex flex-col min-h-[100dvh] bg-gradient-to-br from-[#03255B] to-[#011638] text-white">
<header class="px-4 lg:px-6 h-14 flex items-center w-20">
<x-glyph-only-logo class="text-white" />
@@ -94,4 +95,5 @@
}
};
}
</script>
</script>
@endsection