Calendar SQL and CRUD
This commit is contained in:
@@ -283,7 +283,7 @@ export default function Feeds({ initialFeeds }: FeedsProps) {
|
||||
</section>
|
||||
|
||||
<section class='mx-auto max-w-7xl my-8'>
|
||||
<table class='w-full border-collapse bg-gray-900 text-left text-sm text-slate-500 shadow-sm rounded-t-md'>
|
||||
<table class='w-full border-collapse bg-gray-900 text-left text-sm text-slate-500 shadow-sm rounded-md'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope='col' class='px-6 py-4 font-medium text-white'>Title & URL</th>
|
||||
|
||||
Reference in New Issue
Block a user