Skip to content

Commit 8e1af97

Browse files
committed
layouts: fix oddly formatted closing bracket
My IDE didn't like it being wrapped; probably didn't have an actual impact though, as browsers are quite forgiving. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent b96a867 commit 8e1af97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layouts/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,7 @@ <h2 class="font-medium">
224224
<a
225225
href="/desktop/features/model-runner/"
226226
class="bg-blue dark:bg-blue rounded-sm p-2 px-4 text-white transition duration-300 hover:bg-blue-500 dark:hover:bg-blue-500"
227-
>Read the docs</a
228-
>
227+
>Read the docs</a>
229228
</div>
230229
</div>
231230
</div>

0 commit comments

Comments
 (0)