Skip to content

Commit

Permalink
Merge pull request #6 from patudom/remove-mini-language
Browse files Browse the repository at this point in the history
Update lunar loader link
  • Loading branch information
Carifio24 authored Feb 15, 2024
2 parents 045b273 + 0aa2285 commit 42cf5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/JwstBrick.vue
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ body {
align-items: center;
justify-content: center;
.spinner {
background-image: url("https://projects.cosmicds.cfa.harvard.edu/cds-website/logos/lunar_loader.gif");
background-image: url("https://projects.cosmicds.cfa.harvard.edu/cds-website/misc/lunar_loader.gif");
background-repeat: no-repeat;
background-size: contain;
width: 3rem;
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ createApp(JwstBrick, {
nostars: "https://projects.cosmicds.cfa.harvard.edu/cds-website/wwt-content/JWST-Brick-wostars/index.wtml",
stars: "https://projects.cosmicds.cfa.harvard.edu/cds-website/wwt-content/JWST-Brick-wstars/index.wtml",
// glimpse: "https://projects.cosmicds.cfa.harvard.edu/cds-website/wwt-content/glimpse_original.wtml",
zannotation: "https://raw.githubusercontent.com/johnarban/wwt_interactives/main/images/adam/annotation/index.wtml",
zannotation: "https://projects.cosmicds.cfa.harvard.edu/cds-website/wwt-content/JWST-Brick-Annotation/index.wtml",
},
bgWtml: "https://projects.cosmicds.cfa.harvard.edu/cds-website/wwt-content/glimpse_original.wtml",
bgName: "GLIMPSE Original"
Expand Down

0 comments on commit 42cf5c5

Please sign in to comment.