Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 73d76a1

Browse files
committed
fix(): fix feedback
1 parent b799520 commit 73d76a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/app-our-work-single/app-our-work-single.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export class AppOurWorkSingle {
156156
</div>
157157
<p class="d-none d-md-block">{project.header.title}</p>
158158
<div class="other-button">
159-
<stencil-route-link url={`/our-work-single/${project.key}`} exact={true}>
159+
<stencil-route-link url={`/our-work/${project.key}`} exact={true}>
160160
<button>
161161
<app-translate keyword="ourWork.cards.button" />
162162
</button>

0 commit comments

Comments
 (0)