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

tweaks to social link #915

Merged
merged 1 commit into from
Aug 6, 2019
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions binderhub/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
from .base import BaseHandler

SPEC_NAMES = {
"gh": "GitHub repository",
"gist": "GitHub Gist",
"gl": "GitLab repository",
"git": "Git repository: ",
"zenodo": "Zenodo DOI"
"gh": "GitHub",
"gist": "Gist",
"gl": "GitLab",
"git": "Git repo",
"zenodo": "Zenodo"
}

class MainHandler(BaseHandler):
Expand Down
Binary file modified binderhub/static/images/logo_square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion binderhub/templates/loading.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Other OG information in page.html -->
<meta property="og:title" content="{{social_desc}}">
<meta property="og:image" content="https://mybinder.org/static/images/logo_square.png">
<meta property="og:description" content="The Binder Project: Reproducible, sharable, interactive computing environments.">
<meta property="og:description" content="Click to run this interactive environment. From the Binder Project: Reproducible, sharable, interactive computing environments.">
<meta property="og:image:width" content="217">
<meta property="og:image:height" content="217">
<meta property="og:image:alt" content="The Binder Project Logo" />
Expand Down