app: Add Bootstrap classes.
This commit is contained in:
committed by
nitnelave
parent
00efdb42af
commit
a952968e9f
@@ -65,7 +65,11 @@ impl Component for LogoutButton {
|
||||
|
||||
fn view(&self) -> Html {
|
||||
html! {
|
||||
<button onclick=self.link.callback(|_| Msg::LogoutRequested)>{"Logout"}</button>
|
||||
<button
|
||||
class="btn btn-primary"
|
||||
onclick=self.link.callback(|_| Msg::LogoutRequested)>
|
||||
{"Logout"}
|
||||
</button>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user