Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
add image and quotes on the topic relax
Browse files Browse the repository at this point in the history
  • Loading branch information
febiarifin committed Oct 1, 2022
1 parent 1fd18c3 commit 145ce00
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion config/quotes.php
Original file line number Diff line number Diff line change
Expand Up @@ -1309,4 +1309,21 @@
],
],
],
];
'relax' => [
'image' => 'https://source.unsplash.com/daily?relax',
'quotes' => [
[
'quote' => 'It is nice finding that place where you can just go and relax.',
'author' => 'Moises Arias',
],
[
'quote' => 'Relax! Life is beautiful!',
'author' => 'David L. Wolper',
],
[
'quote' => 'Your mind will answer most questions if you learn to relax and wait for the answer.',
'author' => 'William S. Burroughs',
]
]
]
];

0 comments on commit 145ce00

Please sign in to comment.