diff --git a/index.html b/index.html index 229297aa1f1ed132d8361bc295e66b6e3a6317e3..c6e7e88aff32a37adbcec64c626dd054ba30acfd 100644 --- a/index.html +++ b/index.html @@ -6,12 +6,12 @@ margin: 0; } </style> - <script src="https://unpkg.com/@myuw-web-components/myuw-app-bar@0.1.1"></script> <link rel="import" href="myuw-profile.html"> + <link rel="import" href="https://unpkg.com/@myuw-web-components/myuw-app-bar@1.0.1/myuw-app-bar.html"> </head> <body> - <myuw-app-bar> + <myuw-app-bar theme-name="MyUW" app-name="Profile" background="#c5050c" color="#fff"> <myuw-profile slot="myuw-profile" login-url="https://wisc.edu/"