diff --git a/components/ChecklistItem/App.js b/components/ChecklistItem/App.js index 6b378d1..395f4a1 100644 --- a/components/ChecklistItem/App.js +++ b/components/ChecklistItem/App.js @@ -38,8 +38,8 @@ export const AppRow = ({ app }: Props) => { }; return ( - - + + {app.image && } {app.name} @@ -49,4 +49,4 @@ export const AppRow = ({ app }: Props) => { {app.offer && } ); -}; +}; \ No newline at end of file diff --git a/components/ChecklistItem/style.js b/components/ChecklistItem/style.js index 5d576fe..74123c8 100644 --- a/components/ChecklistItem/style.js +++ b/components/ChecklistItem/style.js @@ -151,12 +151,12 @@ export const ResourceContent = styled.div` export const AppsContainer = styled.div``; -export const AppMeta = styled.div` +export const AppMeta = styled.a` display: flex; align-items: center; `; -export const AppRowContainer = styled.a` +export const AppRowContainer = styled.div` display: flex; justify-content: space-between; align-items: center;