Everything the page needs is here! This can be merged into master! It's time to move into the create page and recipe backend.
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
package components
|
|
|
|
templ BannerText(content string) {
|
|
<h2 class="text-xl md:text-2xl bg-gradient-to-r from-blue-400 to-blue-600 w-full h-fit py-6 text-center text-white">
|
|
{ content }
|
|
</h2>
|
|
}
|