Skip to content

Commit 927a3ce

Browse files
committed
Updated the image paths for netsage prod. Switched out the logo to the alternmative one.
1 parent 8afa42d commit 927a3ce

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

netsage_cms/src/taccsite_cms/settings_custom.py

+5-6
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
_NSF_BRANDING = [
3535
"nsf",
36-
"site_cms/img/nsf-white.png",
36+
"site_cms/img/org_logos/nsf-white.png",
3737
"branding-nsf",
3838
"https://www.nsf.gov/",
3939
"_blank",
@@ -44,7 +44,7 @@
4444

4545
_TACC_BRANDING = [
4646
"tacc",
47-
"site_cms/img/tacc-white.png",
47+
"site_cms/img/org_logos/tacc-white.png",
4848
"branding-tacc",
4949
"https://www.tacc.utexas.edu/",
5050
"_blank",
@@ -55,7 +55,7 @@
5555

5656
_UTEXAS_BRANDING = [
5757
"utexas",
58-
"site_cms/img/utaustin-white.png",
58+
"site_cms/img/org_logos/utaustin-white.png",
5959
"branding-utaustin",
6060
"https://www.utexas.edu/",
6161
"_blank",
@@ -72,7 +72,7 @@
7272

7373
LOGO = [
7474
"netsage",
75-
"netsage_cms/img/org_logos/netsage_cyber_logo_color.png",
75+
"netsage_cms/img/org_logos/netsage_logo_color.png",
7676
"",
7777
"/",
7878
"_self",
@@ -82,10 +82,9 @@
8282
]
8383

8484
FAVICON = {
85-
"img_file_src": "netsage_cms/img/favicons/netsage_cyber_icon.ico"
85+
"img_file_src": "netsage_cms/img/favicons/netsage_icon.ico"
8686
}
8787

88-
8988
########################
9089
# TACC: PORTAL
9190
########################

0 commit comments

Comments
 (0)