Removed details page link
This commit is contained in:
		@@ -49,28 +49,6 @@
 | 
				
			|||||||
			<hr class="my-6 dark:border-gray-600" />
 | 
								<hr class="my-6 dark:border-gray-600" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			{#if logged_in}
 | 
								{#if logged_in}
 | 
				
			||||||
				<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"
 | 
					 | 
				
			||||||
					href="#"
 | 
					 | 
				
			||||||
				>
 | 
					 | 
				
			||||||
					<svg
 | 
					 | 
				
			||||||
						xmlns="http://www.w3.org/2000/svg"
 | 
					 | 
				
			||||||
						class="h-5 w-5"
 | 
					 | 
				
			||||||
						fill="none"
 | 
					 | 
				
			||||||
						viewBox="0 0 24 24"
 | 
					 | 
				
			||||||
						stroke="currentColor"
 | 
					 | 
				
			||||||
					>
 | 
					 | 
				
			||||||
						<path
 | 
					 | 
				
			||||||
							stroke-linecap="round"
 | 
					 | 
				
			||||||
							stroke-linejoin="round"
 | 
					 | 
				
			||||||
							stroke-width="2"
 | 
					 | 
				
			||||||
							d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
 | 
					 | 
				
			||||||
						/>
 | 
					 | 
				
			||||||
					</svg>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
					<span class="mx-4 font-medium">Details</span>
 | 
					 | 
				
			||||||
				</a>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
				<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="/links"
 | 
										href="/links"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user