Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax-fix #176

Merged
merged 1 commit into from
Jan 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const quotes = [
},
{
text: 'Write books only if you are going to say in them the things you would never tell anyone',
author: 'Emil Cioran',.
author: 'Emil Cioran',
},
{
text: "I'm telling you it is going to be easy. I'm telling you it is going to be worth it.",
Expand Down Expand Up @@ -330,7 +330,7 @@ author:"Bill Watterson"
{

text:"I haven't had a very good day. I think I might still be hungover and everyone's dead and my root beer's gone.",
author:Holly Black""
author:"Holly Black"

},
{
Expand All @@ -347,8 +347,7 @@ author:"John Steinbeck"
},
{

text:"Outside the windows the day was bright: golden sunshine, blue sky, pleasant wind... I wanted to punch the happy day in the face, grab it by the hair, and beat it until it told me what the hell it was so happy about.
",
text:"Outside the windows the day was bright: golden sunshine, blue sky, pleasant wind... I wanted to punch the happy day in the face, grab it by the hair, and beat it until it told me what the hell it was so happy about.",
author:"Ilona Andrews"

},
Expand Down