aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views')
-rw-r--r--resources/views/layouts/v2.edge2
-rw-r--r--resources/views/others/new.edge2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/layouts/v2.edge b/resources/views/layouts/v2.edge
index 312ed67..38af29f 100644
--- a/resources/views/layouts/v2.edge
+++ b/resources/views/layouts/v2.edge
@@ -16,7 +16,7 @@
16 <div class="flex flex-col h-screen"> 16 <div class="flex flex-col h-screen">
17 <div class="bg-black"> 17 <div class="bg-black">
18 <div class="flex flex-row items-center container px-20 mx-auto"> 18 <div class="flex flex-row items-center container px-20 mx-auto">
19 <a href="/"><img width="50" class="my-4 mr-10" src="https://github.com/ferdium/ferdium-server/raw/master/logo.png"></a> 19 <a href="/"><img width="50" class="my-4 mr-10" src="https://github.com/ferdium/ferdium-server/raw/main/logo.png"></a>
20 <a class="github-button" href="https://github.com/ferdium/ferdium-server" data-icon="octicon-star" data-show-count="true" aria-label="Star ferdium/ferdium-server on GitHub">Star</a> 20 <a class="github-button" href="https://github.com/ferdium/ferdium-server" data-icon="octicon-star" data-show-count="true" aria-label="Star ferdium/ferdium-server on GitHub">Star</a>
21 </div> 21 </div>
22 </div> 22 </div>
diff --git a/resources/views/others/new.edge b/resources/views/others/new.edge
index 1bfd46f..ed97a34 100644
--- a/resources/views/others/new.edge
+++ b/resources/views/others/new.edge
@@ -2,7 +2,7 @@
2 2
3@section('content') 3@section('content')
4<h1>Create a new recipe</h1> 4<h1>Create a new recipe</h1>
5<p>Please create a recipe using <a href="https://github.com/ferdium/ferdium-recipes/blob/master/docs/integration.md">the 5<p>Please create a recipe using <a href="https://github.com/ferdium/ferdium-recipes/blob/main/docs/integration.md">the
6 official guide</a>, then publish it here.</p> 6 official guide</a>, then publish it here.</p>
7<form action="new" method="post" enctype="multipart/form-data"> 7<form action="new" method="post" enctype="multipart/form-data">
8 <label for="author">Author</label><br /> 8 <label for="author">Author</label><br />