Skip to content

Commit

Permalink
Merge pull request #2 from ArnavK-09/patch-1
Browse files Browse the repository at this point in the history
FIX: wrong url in ` docs-sidebar `
  • Loading branch information
tnylea authored Sep 10, 2024
2 parents 4288d13 + f26a44e commit ce79363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/docs-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@
<div class="relative">
<div class="px-2.5 py-1 text-sm font-medium"><span class="truncate">Resources</span></div>
<nav class="relative mt-1">
<a to="/docs/get-started/install-with-github" class="group relative flex items-center gap-2 focus:outline-none focus-visible:outline-none focus-visible:before:ring-inset focus-visible:before:ring-1 focus-visible:before:ring-primary-400 before:absolute before:inset-px before:rounded-md disabled:cursor-not-allowed disabled:opacity-75 px-3 py-1.5 w-full focus-visible:ring-inset focus-visible:ring-2 focus-visible:ring-primary-400 rounded-md font-medium text-sm text-neutral-400 hover:text-white hover:before:bg-neutral-800/50" href="/docs/get-started/install-with-github">
<a to="//github.com/thedevdojo/static" class="group relative flex items-center gap-2 focus:outline-none focus-visible:outline-none focus-visible:before:ring-inset focus-visible:before:ring-1 focus-visible:before:ring-primary-400 before:absolute before:inset-px before:rounded-md disabled:cursor-not-allowed disabled:opacity-75 px-3 py-1.5 w-full focus-visible:ring-inset focus-visible:ring-2 focus-visible:ring-primary-400 rounded-md font-medium text-sm text-neutral-400 hover:text-white hover:before:bg-neutral-800/50" href="/docs/get-started/install-with-github">
<svg class="z-20 flex-shrink-0 w-4 h-4 text-neutral-200" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0114 3.03393C9.87217 3.0317 7.80204 3.80897 6.17203 5.22644C4.54203 6.64392 3.45868 8.60895 3.11616 10.7694C2.77364 12.9298 3.19432 15.1444 4.30281 17.0163C5.4113 18.8883 7.13515 20.2952 9.16542 20.9849C9.61305 21.0697 9.77884 20.7813 9.77884 20.5382C9.77884 20.2951 9.77884 19.741 9.77884 18.9721C7.27544 19.5375 6.74492 17.7396 6.74492 17.7396C6.57811 17.1823 6.22373 16.7036 5.74467 16.3883C4.93231 15.8229 5.81098 15.8229 5.81098 15.8229C6.09575 15.8641 6.36763 15.971 6.60603 16.1355C6.84444 16.3001 7.04312 16.518 7.18702 16.7728C7.3093 16.9996 7.47414 17.1995 7.67211 17.361C7.87008 17.5225 8.09728 17.6424 8.34065 17.7138C8.58402 17.7852 8.83879 17.8068 9.09033 17.7773C9.34187 17.7477 9.58524 17.6677 9.80646 17.5417C9.84114 17.0766 10.0371 16.6394 10.3591 16.3091C8.35858 16.0773 6.25861 15.2858 6.25861 11.7578C6.24487 10.8436 6.5753 9.95893 7.18149 9.28707C6.91096 8.49224 6.94253 7.62239 7.26991 6.85027C7.26991 6.85027 8.02701 6.6015 9.74567 7.79446C11.2215 7.3799 12.7793 7.3799 14.2551 7.79446C15.9738 6.6015 16.7253 6.85027 16.7253 6.85027C17.0561 7.62129 17.0897 8.49178 16.8193 9.28707C17.4255 9.95893 17.7559 10.8436 17.7422 11.7578C17.7422 15.2971 15.6367 16.0717 13.6306 16.2809C13.8457 16.5021 14.0118 16.768 14.1177 17.0607C14.2235 17.3533 14.2666 17.6658 14.244 17.977C14.244 19.2096 14.244 20.2046 14.244 20.5043C14.244 20.8039 14.4043 21.0357 14.863 20.9509C16.8869 20.2547 18.6032 18.8456 19.7059 16.9749C20.8086 15.1042 21.2259 12.8936 20.8833 10.7374C20.5408 8.58116 19.4607 6.61952 17.8358 5.20235C16.2108 3.78519 14.1467 3.00467 12.0114 3V3.03393Z" fill="currentColor"></path></g></svg>
<span class="relative truncate">Static Github Repo</span>
</a>

</nav>
</div>
</div>
</div>

0 comments on commit ce79363

Please sign in to comment.