Skip to content

Commit

Permalink
define default social links in javascript instead of making them null
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheunis committed Jan 17, 2024
1 parent b558013 commit 318a2ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions datalad_catalog/catalog/assets/app_globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const default_config = {
logo_path: "artwork/catalog_logo.svg",
social_links: {
about: null,
documentation: null,
github: null,
mastodon: null,
x: null
documentation: "https://docs.datalad.org/projects/catalog/en/latest/",
github: "https://github.com/datalad/datalad-catalog",
mastodon: "https://fosstodon.org/@datalad",
x: "https://x.com/datalad"
},
dataset_options: {
include_metadata_export: true,
Expand Down

0 comments on commit 318a2ee

Please # to comment.