Skip to content

Commit 5fb4d3a

Browse files
committed
rendered minimal js with recent changes
1 parent fcf1e4c commit 5fb4d3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elm.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Main.elm

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ view { elements,
461461
-- main layout
462462
div [] [
463463
Grid.container [] [
464-
CDN.stylesheet, -- Don't use this method when you want to deploy your app for real life usage. http://elm-bootstrap.info/getting-started
464+
--CDN.stylesheet, -- Don't use this method when you want to deploy your app for real life usage. http://elm-bootstrap.info/getting-started
465465
Icon.css -- Fontawesome
466466
, Grid.row [] [
467467
Grid.col [ ] [

0 commit comments

Comments
 (0)