Skip to content

Commit

Permalink
Fixed copy on slug example page
Browse files Browse the repository at this point in the history
  • Loading branch information
aliofye committed Jan 17, 2025
1 parent 5ee9c9d commit 291d0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/app/routes/examples.$slug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const SlugExample = () => {
<span className="gradient"> {slug}</span>.
</p>
<p className="gradient fade-transition">
Try to adjust the url from <code>/slug-example/slug</code> to{' '}
<code>/slug-example/hello</code>
Try to adjust the url from <code>/examples/slug</code> to{' '}
<code>/examples/hello</code>
</p>
</div>
);
Expand Down

0 comments on commit 291d0b4

Please sign in to comment.