Add anchor component
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<footer class="mt-auto fade-in">
|
||||
<footer class="mt-auto">
|
||||
<div class="mx-auto py-8 px-4 md:px-12">
|
||||
<div class="md:flex md:items-center md:justify-between">
|
||||
<div class="flex space-x-6 md:order-2">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
<div class="flex flex-col min-h-screen">
|
||||
<div class="flex flex-col min-h-screen fade-in">
|
||||
<NavBar/>
|
||||
|
||||
<div class="px-4 md:px-12 py-4">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<nav class="flex items-center justify-center py-12 space-x-8 fade-in">
|
||||
<nav class="flex items-center justify-center py-12 space-x-8">
|
||||
<NavLink href="/" Match="NavLinkMatch.All" ActiveClass="border-l-2 border-r-2 px-2 rounded">
|
||||
Home
|
||||
</NavLink>
|
||||
|
||||
Reference in New Issue
Block a user