Skip to content

Commit

Permalink
fix: add missing button
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Jan 30, 2024
1 parent aa8375c commit 0979341
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/routes/admin.live.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ const AdminLive = () => {
<div className="grid grid-cols-2">
<div className="bg-white shadow rounded-xl m-4 p-2">
<h1 className="text-3xl mb-2">Live Streams</h1>
<a
href="/admin/live/add"
className="m-4 rounded bg-green-300 text-white p-2 shadow"
>
Add Live Stream
</a>
<table className="w-full">
<thead>
<tr>
Expand Down

0 comments on commit 0979341

Please sign in to comment.