Commit 1ea2d6da authored by Alain Takoudjou's avatar Alain Takoudjou

Fix icon name and css on present button

parent 4b67547e
...@@ -667,7 +667,8 @@ h1 { ...@@ -667,7 +667,8 @@ h1 {
#presentbutton, #unpresentbutton { #presentbutton, #unpresentbutton {
white-space: nowrap; white-space: nowrap;
margin-right: 0.4em; margin-right: .4em;
margin-top: .1em;
font-size: 1.1em; font-size: 1.1em;
} }
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<ul class="nav-menu"> <ul class="nav-menu">
<li> <li>
<button id="presentbutton" class="invisible btn btn-success"> <button id="presentbutton" class="invisible btn btn-success">
<i class="fas fa-video-camera" aria-hidden="true"></i><span class="nav-text"> Present</span> <i class="fas fa-video" aria-hidden="true"></i><span class="nav-text"> Present</span>
</button> </button>
</li> </li>
<li> <li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment