aframe-preloader-component icon indicating copy to clipboard operation
aframe-preloader-component copied to clipboard

Bootstrap theme CSS CDN url is broken

Open UXVirtual opened this issue 8 years ago • 1 comments

Need to replace the CSS in the demos with an updated link so the popups will show.

UXVirtual avatar Dec 01 '17 00:12 UXVirtual

Changing the URL to the following seems to fix this issue:

<!-- Bootstrap Bootswatch theme CSS - other themes available here: https://bootswatch.com -->
    <link rel="stylesheet" href="https://cdn.rawgit.com/thomaspark/bootswatch/master/dist/slate/bootstrap.min.css" />

UXVirtual avatar Dec 29 '17 13:12 UXVirtual