Closed jdockerty closed 6 months ago
Closes https://github.com/jdockerty/jsonnet-playground/issues/29
The use of 2 components here for RootPage and SharePage is not necessary, a simple if statement around the jsonnetDisplay is all that is needed :tada:
RootPage
SharePage
if
jsonnetDisplay
This also adds a few CI changes.
Closes https://github.com/jdockerty/jsonnet-playground/issues/29
The use of 2 components here for
RootPage
andSharePage
is not necessary, a simpleif
statement around thejsonnetDisplay
is all that is needed :tada:This also adds a few CI changes.