diff options
| author | horus | 2022-01-04 02:40:23 +0100 |
|---|---|---|
| committer | horus | 2022-01-04 02:40:23 +0100 |
| commit | ad6c41809e40992411a9572e83a8db715187bc4c (patch) | |
| tree | ff0081656f57948a5590aab2ac658f459102d049 /resources/views/list.blade.php | |
| parent | ce874f4a8f484ae81df867399cdb85a9cf1b9fa3 (diff) | |
| download | curious-ad6c41809e40992411a9572e83a8db715187bc4c.tar.gz | |
Improves wording and stuff.
Diffstat (limited to 'resources/views/list.blade.php')
| -rw-r--r-- | resources/views/list.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php index 577a2ed..5b64214 100644 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -91,7 +91,7 @@ <div class="card-body"> <p class="card-text"> <strong>Hint:</strong> - <em>You are looking at the most popular articles. If you are interested in popular topics instead, <a href="{{ route('popular_topics') }}" title="popular topics">click here</a>.</em> + <em>You are looking at the most popular articles. If you are interested in </em><strong>popular topics</strong><em> instead, <a href="{{ route('popular_topics') }}" title="popular topics">click here</a>.</em> </p> </div> @endif |
