We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476bf47 commit a8d6ebaCopy full SHA for a8d6eba
build.scala
@@ -12,7 +12,6 @@ import cats.effect.*
12
import cats.syntax.all.*
13
import com.monovore.decline.Opts
14
import com.monovore.decline.effect.CommandIOApp
15
-import java.io.FileNotFoundException
16
17
// Welcome to the typelevel.org build script!
18
// This script builds the site and can serve it locally for previewing.
src/templates/footer.template.html
@@ -21,7 +21,7 @@
21
</div>
22
<div class="bulma-has-text-centered">
23
<div>Find us on ...</div>
24
- <div class=" bulma-is-size-3">
+ <div class="bulma-is-size-3">
25
<a class="bulma-icon bulma-is-large bulma-has-text-current" href="https://github.com/typelevel">
26
@:svg(fa-github)
27
</a>
0 commit comments