Skip to content

Commit

Permalink
Upgrade bulma to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hurryabit committed Sep 29, 2024
1 parent 8eae8ec commit 9458182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rufus-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css" />
<title>rufus</title>
</head>

Expand Down
4 changes: 2 additions & 2 deletions rufus-ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default function App() {

return (
<>
<section className="hero is-info">
<section className="hero is-link">
<div className="hero-body">
<div className="container">
<h1 className="title">
Expand Down Expand Up @@ -183,7 +183,7 @@ export default function App() {
<label className="label">&nbsp;</label>
<div className="control">
<button
className="button is-fullwidth is-info"
className="button is-fullwidth is-link"
onClick={handleRunClick}
>
Run
Expand Down

0 comments on commit 9458182

Please # to comment.