This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<h1 class="hero-title">{{ project.title }}</h1>
|
||||
<p class="lede hero-lede">{{ project.overview }}</p>
|
||||
<div class="hero-actions">
|
||||
<a class="btn btn-ghost" routerLink="/projects">Back to projects</a>
|
||||
<a class="btn btn-ghost" routerLink="/projects">All Projects</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<p class="eyebrow">Project</p>
|
||||
<h1 class="hero-title">Project not found</h1>
|
||||
<p class="lede hero-lede">The requested project does not exist. Please pick one from the projects page.</p>
|
||||
<a class="btn btn-ghost" routerLink="/projects">Back to projects</a>
|
||||
<a class="btn btn-ghost" routerLink="/projects">All Projects</a>
|
||||
</section>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user