diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-30 14:50:38 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-30 14:50:38 -0700 |
commit | 90232a08453ba10d039d6f57c018f0a5cd9e2137 (patch) | |
tree | 6909e53c0ec3fc41e3ef3808cdf87f346d761735 /python | |
parent | 64a6761870390d368c945cece790e339391bc731 (diff) | |
download | fatcat-90232a08453ba10d039d6f57c018f0a5cd9e2137.tar.gz fatcat-90232a08453ba10d039d6f57c018f0a5cd9e2137.zip |
update semantic UI version to 2.3.2
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat/templates/base.html b/python/fatcat/templates/base.html index ab6c13ad..f2de58e7 100644 --- a/python/fatcat/templates/base.html +++ b/python/fatcat/templates/base.html @@ -6,12 +6,12 @@ <title>{% block title %}fatcat!{% endblock %}</title> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.2.13/dist/semantic.min.css"> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.3.2/dist/semantic.min.css"> <script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script> - <script src="https://cdn.jsdelivr.net/npm/semantic-ui@2.2.13/dist/semantic.min.js"></script> + <script src="https://cdn.jsdelivr.net/npm/semantic-ui@2.3.2/dist/semantic.min.js"></script> </head> <body style="margin-bottom: 100px; height: auto;"> |