Skip to content

Commit

Permalink
removing css class - we'll introduce it later
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 20, 2023
1 parent a8cd042 commit 74054a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/dashboard.html.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'base.html.twig' %}

{% block body %}
<div class="admin-wrapper">
<div>
<h1 class="text-xl font-bold">Admin Dashboard</h1>

<div class="my-5 bg-gradient-to-r from-cyan-500 to-blue-500 rounded h-64"></div>
Expand Down

0 comments on commit 74054a4

Please sign in to comment.