Skip to content

Commit a8d6eba

Browse files
committed
Tidy ups
1 parent 476bf47 commit a8d6eba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import cats.effect.*
1212
import cats.syntax.all.*
1313
import com.monovore.decline.Opts
1414
import com.monovore.decline.effect.CommandIOApp
15-
import java.io.FileNotFoundException
1615

1716
// Welcome to the typelevel.org build script!
1817
// This script builds the site and can serve it locally for previewing.

src/templates/footer.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222
<div class="bulma-has-text-centered">
2323
<div>Find us on ...</div>
24-
<div class=" bulma-is-size-3">
24+
<div class="bulma-is-size-3">
2525
<a class="bulma-icon bulma-is-large bulma-has-text-current" href="https://github.com/typelevel">
2626
@:svg(fa-github)
2727
</a>

0 commit comments

Comments
 (0)