Skip to content

Commit d55f212

Browse files
committed
Don’t load data at compiletime
1 parent 0377ee3 commit d55f212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components_guide/research/static.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ defmodule ComponentsGuide.Research.Static do
382382
end
383383
end
384384

385-
@simple_icons ComponentsGuide.Research.Static.Sources.fetch_simple_icon_names()
385+
# @simple_icons ComponentsGuide.Research.Static.Sources.fetch_simple_icon_names()
386386

387387
@aliases %{
388388
"redirect" => ["301", "302"],

0 commit comments

Comments
 (0)