Skip to content

Commit

Permalink
Merge pull request #40 from TAMULib/top-navigation-url-fix-staging
Browse files Browse the repository at this point in the history
Top navigation url fix staging
  • Loading branch information
William Welling committed Apr 8, 2022
2 parents 8da9181 + 638211c commit aea4155
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">

<link rel="stylesheet" type="text/css" href="https://labs.library.tamu.edu/tl-components/2x/styles.css">

<!-- Change this to the domain of your webservice -->
<link rel="stylesheet" type='text/css' href="resources/styles/app.css">

Expand All @@ -34,7 +36,7 @@
<!-- Content placed here will appear on every page -->
<main>

<tamuheader title="GIFM Button UI"></tamuheader>
<tl-header page-title="GIFM Button UI"></tl-header>

<alerts types="WARNING, ERROR"></alerts>
<alerts seconds="45" channels="auth/register" types="SUCCESS"></alerts>
Expand Down Expand Up @@ -96,7 +98,8 @@
</div>
</main>

<tamufooter></tamufooter>
<tl-footer></tl-footer>
<tl-themes active-theme="tamu"></tl-themes>

<!-- build:js resources/scripts/bundle.js -->

Expand Down Expand Up @@ -233,6 +236,8 @@

<!-- endbuild -->

<script src="https://labs.library.tamu.edu/tl-components/2x/tl-components.js"></script>


<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
Expand Down

0 comments on commit aea4155

Please sign in to comment.