project-cards #5

Merged
christian merged 6 commits from project-cards into main 2024-05-19 21:35:50 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit c46a5cbacf - Show all commits

View File

@ -4,6 +4,7 @@
</script> </script>
<div> <div>
<h2 class="text-xl mt-4">recent commits</h2> <h2 class="text-2xl mt-4">recent commits</h2>
<hr class="border-1 border-slate-400" />
<RssFeed {url} /> <RssFeed {url} />
</div> </div>

View File

@ -55,7 +55,7 @@
}); });
</script> </script>
<div class="my-4"> <div class="my-2">
{#if error} {#if error}
<p>Error: {error}</p> <p>Error: {error}</p>
{:else if !feed} {:else if !feed}