Skip to content

Commit

Permalink
Merge pull request #180 from godofredoninja/revert-178-feature/read-this
Browse files Browse the repository at this point in the history
Revert "refactor: replaced 'Read more' link text with 'Read this'"
  • Loading branch information
godofredoninja committed Mar 1, 2024
2 parents 5102f86 + 2775933 commit b8f23f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions partials/story/story-grid.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

{{else}}

{{!-- Read this --}}
<a href="{{url}}" class="link is-hover font-medium" aria-label="{{title}}">{{t "Read this"}}<svg class="icon is-medium"><use xlink:href="#icon-arrow"></use></svg></a>
{{!-- Read more --}}
<a href="{{url}}" class="link is-hover font-medium">{{t "Read more"}}<svg class="icon is-medium"><use xlink:href="#icon-arrow"></use></svg></a>
{{/match}}
</div>

Expand All @@ -63,8 +63,8 @@

{{else}}

{{!-- Read this --}}
<a href="{{url}}" class="link is-hover font-medium" aria-label="{{title}}">{{t "Read this"}}<svg class="icon is-medium"><use xlink:href="#icon-arrow"></use></svg></a>
{{!-- Read more --}}
<a href="{{url}}" class="link is-hover font-medium">{{t "Read more"}}<svg class="icon is-medium"><use xlink:href="#icon-arrow"></use></svg></a>
{{/match}}
</div>

Expand Down
4 changes: 2 additions & 2 deletions partials/story/story-post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

<div class="story-post-body">
<div class="post-body text-xl mb-5"><p>{{excerpt}}</p></div>
<a href="{{url}}" class="link is-hover font-medium" aria-label="{{title}}">
{{t "Read this"}}
<a href="{{url}}" class="link is-hover font-medium">
{{t "Read more"}}
<svg class="icon is-medium"><use xlink:href="#icon-arrow"></use></svg>
</a>
</div>
Expand Down

0 comments on commit b8f23f1

Please sign in to comment.