Make AlertMessage a component

This commit is contained in:
Oliver Davies 2019-04-24 13:18:00 +01:00
parent a5d9282b77
commit 199955d907
4 changed files with 26 additions and 9 deletions

View file

@ -1,14 +1,5 @@
<template>
<div>
<section class="bg-gun-powder p-3 text-center text-white text-sm font-semibold">
<p>
A clone of <a class="underline hocus:no-underline" href="https://platform.sh">Platform.sh</a>s new hosting dashboard.<br class="md:hidden">
Built with <a class="underline hocus:no-underline" href="https://vuejs.org">Vue.js</a>
and <a class="underline hocus:no-underline" href="https://tailwindcss.com">Tailwind CSS</a>
by <a class="underline hocus:no-underline" href="https://www.oliverdavies.uk">Oliver Davies</a>.
</p>
</section>
<header class="bg-gray-900 text-white pt-4 pb-12">
<div class="max-w-6xl mx-auto px-4">
<div class="flex justify-between items-center -mx-4">