Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Workshops
Developer workshop
Commits
43845e7c
Commit
43845e7c
authored
Feb 26, 2020
by
Jon Moore
Browse files
Images now showing on listing card
parent
331510e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
.env
View file @
43845e7c
ALIAS=workshop
ALIAS=workshop
INTERNAL_VIP=10.128.76.132
INTERNAL_VIP=10.128.76.132
ACCESS_TOKEN=98IWGmtMnxGWTzAPjjq99YkrGvSn3qzE6l84Y8f65WarMWz4
ACCESS_TOKEN=98IWGmtMnxGWTzAPjjq99YkrGvSn3qzE6l84Y8f65WarMWz4
PUBLIC_URL=https://iis-live-workshop.cloud.contensis.com
/
PUBLIC_URL=https://iis-live-workshop.cloud.contensis.com
PROJECT=website
PROJECT=website
src/app/features/exampleListing/components/ExampleListing.js
View file @
43845e7c
...
@@ -52,6 +52,7 @@ const ExampleListing = ({
...
@@ -52,6 +52,7 @@ const ExampleListing = ({
<
ExampleCard
<
ExampleCard
title
=
{
entry
.
entryTitle
}
title
=
{
entry
.
entryTitle
}
description
=
{
entry
.
entryDescription
}
description
=
{
entry
.
entryDescription
}
image
=
{
entry
.
image
}
uri
=
{
entry
.
sys
&&
entry
.
sys
.
uri
}
uri
=
{
entry
.
sys
&&
entry
.
sys
.
uri
}
/
>
/
>
<
/div
>
<
/div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment