tangled
alpha
login
or
join now
usaa.ma
/
markedit
0
fork
atom
A deployable markdown editor that connects with your self hosted files and lets you edit in a beautiful interface
0
fork
atom
overview
issues
pulls
pipelines
fix: fixes login button link
Usama Sulaiman
4 weeks ago
154262c0
fbc44ead
+1
-1
1 changed file
expand all
collapse all
unified
split
frontend
src
pages
index.astro
+1
-1
frontend/src/pages/index.astro
···
80
80
<nav class="flex items-center justify-between">
81
81
<div class="display-font text-2xl text-gray-900">MarkEdit</div>
82
82
<a
83
83
-
href="/api/auth/github/login"
83
83
+
href="http://localhost:8080/api/auth/github/login"
84
84
class="text-sm font-semibold text-gray-700 hover:text-gray-900 transition-colors"
85
85
>
86
86
Sign In →