Fixxed routing links
This commit is contained in:
		@@ -46,7 +46,7 @@
 | 
				
			|||||||
		<nav>
 | 
							<nav>
 | 
				
			||||||
			<a
 | 
								<a
 | 
				
			||||||
				class="flex items-center px-4 py-2 text-gray-700 bg-gray-200 rounded-md dark:bg-gray-700 dark:text-gray-200"
 | 
									class="flex items-center px-4 py-2 text-gray-700 bg-gray-200 rounded-md dark:bg-gray-700 dark:text-gray-200"
 | 
				
			||||||
				href="/dashboard"
 | 
									href="./"
 | 
				
			||||||
			>
 | 
								>
 | 
				
			||||||
				<svg class="w-5 h-5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
 | 
									<svg class="w-5 h-5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
 | 
				
			||||||
					<path
 | 
										<path
 | 
				
			||||||
@@ -66,7 +66,7 @@
 | 
				
			|||||||
			{#if logged_in}
 | 
								{#if logged_in}
 | 
				
			||||||
				<a
 | 
									<a
 | 
				
			||||||
					class="flex items-center px-4 py-2 mt-5 text-gray-600 transition-colors duration-200 transform rounded-md dark:text-gray-400 hover:bg-gray-200 dark:hover:bg-gray-700 dark:hover:text-gray-200 hover:text-gray-700"
 | 
										class="flex items-center px-4 py-2 mt-5 text-gray-600 transition-colors duration-200 transform rounded-md dark:text-gray-400 hover:bg-gray-200 dark:hover:bg-gray-700 dark:hover:text-gray-200 hover:text-gray-700"
 | 
				
			||||||
					href="/dashboard/links"
 | 
										href="./links"
 | 
				
			||||||
				>
 | 
									>
 | 
				
			||||||
					<svg
 | 
										<svg
 | 
				
			||||||
						xmlns="http://www.w3.org/2000/svg"
 | 
											xmlns="http://www.w3.org/2000/svg"
 | 
				
			||||||
@@ -133,7 +133,7 @@
 | 
				
			|||||||
			{:else}
 | 
								{:else}
 | 
				
			||||||
				<a
 | 
									<a
 | 
				
			||||||
					class="flex items-center px-4 py-2 mt-5 text-gray-600 transition-colors duration-200 transform rounded-md dark:text-gray-400 hover:bg-gray-200 dark:hover:bg-gray-700 dark:hover:text-gray-200 hover:text-gray-700"
 | 
										class="flex items-center px-4 py-2 mt-5 text-gray-600 transition-colors duration-200 transform rounded-md dark:text-gray-400 hover:bg-gray-200 dark:hover:bg-gray-700 dark:hover:text-gray-200 hover:text-gray-700"
 | 
				
			||||||
					href="/dashboard/login"
 | 
										href="./login"
 | 
				
			||||||
				>
 | 
									>
 | 
				
			||||||
					<svg
 | 
										<svg
 | 
				
			||||||
						xmlns="http://www.w3.org/2000/svg"
 | 
											xmlns="http://www.w3.org/2000/svg"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user