Skip to content

Commit

Permalink
Merge branch 'internetarchive:master' into 8380/refactor/remove-inlin…
Browse files Browse the repository at this point in the history
…e-js-breadcrumb
  • Loading branch information
mudit-loya authored Oct 24, 2023
2 parents 800349b + fbdb3a5 commit 163df60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions openlibrary/templates/about/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,10 @@
"title": "Core Developer",
"roles": ["staff-active"],
"departments": ["engineering"],
"projects": ["Books Page Redesign", "My Books Dropper", "Librarian Merge Queue"],
"photo_path": "https://avatars.githubusercontent.com/u/28732543?v=4",
"personal_url": "https://github.com/jimchamp",
"favorite_book_url": "https://openlibrary.org/books/OL24383834M/The_Way_of_Kings",
"ol_key": "lasseignejk"
"photo_path": "../../../static/images/team/Jim_Champ.png",
"personal_url": "",
"favorite_book_url": "",
"ol_key": "jchamp_archive"
},
{
"name": "Jon Robson",
Expand Down
2 changes: 1 addition & 1 deletion scripts/pr_slack_digest.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def send_slack_message(message: str):
pr_age_days = (
datetime.now() - datetime.strptime(pr['created_at'], '%Y-%m-%dT%H:%M:%SZ')
).days
message += f"<{pr_url}|#{pr['number']}>: {pr['title']}\n"
message += f"<{pr_url}|*#{pr['number']}* | {pr['title']}>\n"
message += ' | '.join(
[
f"by {pr['user']['login']} {pr_age_days} days ago",
Expand Down
2 changes: 1 addition & 1 deletion static/css/components/buttonCta.less
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ a.cta-btn {
}

.waitinglist-message {
white-space: nowrap;
text-align: center;
}

.cta-button-group {
Expand Down

0 comments on commit 163df60

Please sign in to comment.