Add Documents link to Mobile-Menu
This commit is contained in:
		@@ -161,8 +161,6 @@
 | 
			
		||||
			<Tooltip triggeredBy="#settings" placement="right" color="bg-settings text-black"
 | 
			
		||||
				>Settings</Tooltip
 | 
			
		||||
			>
 | 
			
		||||
			<Tooltip triggeredBy="#documentation" placement="right" color="bg-info">Documentation</Tooltip
 | 
			
		||||
			>
 | 
			
		||||
			<Tooltip triggeredBy="#logout" placement="right" color="bg-red-600">Logout</Tooltip>
 | 
			
		||||
			<nav class="nav-main hidden lg:block z-20">
 | 
			
		||||
				<div class="flex h-screen w-full flex-col items-center transition-all duration-100">
 | 
			
		||||
@@ -292,29 +290,6 @@
 | 
			
		||||
								<circle cx="12" cy="12" r="3" />
 | 
			
		||||
							</svg>
 | 
			
		||||
						</a>
 | 
			
		||||
						<a
 | 
			
		||||
							id="documentation"
 | 
			
		||||
							sveltekit:prefetch
 | 
			
		||||
							href="https://docs.coollabs.io/coolify/"
 | 
			
		||||
							target="_blank"
 | 
			
		||||
							rel="noopener noreferrer"
 | 
			
		||||
							class="icons hover:text-info"
 | 
			
		||||
						>
 | 
			
		||||
							<svg
 | 
			
		||||
								xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
								fill="none"
 | 
			
		||||
								viewBox="0 0 24 24"
 | 
			
		||||
								stroke-width="1.5"
 | 
			
		||||
								stroke="currentColor"
 | 
			
		||||
								class="w-9 h-9"
 | 
			
		||||
							>
 | 
			
		||||
								<path
 | 
			
		||||
									stroke-linecap="round"
 | 
			
		||||
									stroke-linejoin="round"
 | 
			
		||||
									d="M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25"
 | 
			
		||||
								/>
 | 
			
		||||
							</svg>
 | 
			
		||||
						</a>
 | 
			
		||||
 | 
			
		||||
						<!-- svelte-ignore a11y-click-events-have-key-events -->
 | 
			
		||||
						<div
 | 
			
		||||
@@ -508,7 +483,7 @@
 | 
			
		||||
					viewBox="0 0 24 24"
 | 
			
		||||
					stroke-width="1.5"
 | 
			
		||||
					stroke="currentColor"
 | 
			
		||||
					class="w-8 h-8"
 | 
			
		||||
					class="w-9 h-9"
 | 
			
		||||
				>
 | 
			
		||||
					<path
 | 
			
		||||
						stroke-linecap="round"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user