Skip to content

Commit 19b8ea5

Browse files
Merge pull request #76 from hcorson-dosch-usgs/fix_urls
update repo url and USGS footer
2 parents 41a6f90 + 11c255d commit 19b8ea5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VITE_APP_TITLE='what-is-drought'
22
VITE_APP_LONG_TITLE='What is streamflow drought?'
33
VITE_APP_DESCRIPTION='How can USGS streamgage data be used to characterize drought?'
4-
VITE_APP_GITHUB_REPOSITORY_LINK='https://github.com/USGS-VIZLAB/what-is-drought'
4+
VITE_APP_GITHUB_REPOSITORY_LINK='https://github.com/DOI-USGS/what-is-drought'
55

src/components/FooterUSGS.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
<style scoped lang="scss">
7979
/* USGS Viz ID default css in src/assets/common.css and src/assets/custom.csss */
8080
/* custom edit to style font-awesome icons like template <i> elements */
81+
footer p, text, li {
82+
padding: 0;
83+
}
8184
.fa {
8285
color:#fff;
8386
font-size: 24px;

src/main.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
1010
import { faArrowLeft, faArrowRight } from '@fortawesome/free-solid-svg-icons';
1111

1212
// social icons
13-
import { faTwitterSquare, faFacebookSquare, faGithub, faFlickr, faYoutubeSquare, faInstagram } from "@fortawesome/free-brands-svg-icons";
14-
15-
library.add(faTwitterSquare, faFacebookSquare, faGithub, faFlickr, faYoutubeSquare, faInstagram, faArrowLeft, faArrowRight);
13+
import { faSquareXTwitter, faFacebookSquare, faGithub, faFlickr, faYoutubeSquare, faInstagram } from "@fortawesome/free-brands-svg-icons";
14+
library.add(faSquareXTwitter, faFacebookSquare, faGithub, faFlickr, faYoutubeSquare, faInstagram);
1615

1716
import App from './App.vue'
1817
import router from './router'

0 commit comments

Comments
 (0)