diff --git a/openlibrary/templates/about/team.json b/openlibrary/templates/about/team.json index ec805cdd8b7..7f1240cec01 100644 --- a/openlibrary/templates/about/team.json +++ b/openlibrary/templates/about/team.json @@ -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", diff --git a/scripts/pr_slack_digest.py b/scripts/pr_slack_digest.py index 3e7a6990ecf..ddb887b3c08 100644 --- a/scripts/pr_slack_digest.py +++ b/scripts/pr_slack_digest.py @@ -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", diff --git a/static/css/components/buttonCta.less b/static/css/components/buttonCta.less index 733e9465036..1f4f8e2d728 100644 --- a/static/css/components/buttonCta.less +++ b/static/css/components/buttonCta.less @@ -127,7 +127,7 @@ a.cta-btn { } .waitinglist-message { - white-space: nowrap; + text-align: center; } .cta-button-group {