Skip to content
Snippets Groups Projects

Fix archive images.

Merged Klaas Kliffen requested to merge tickets/184_fix_archive_images into master
All threads resolved!
10 files
+ 21
20
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -45,7 +45,7 @@ export default function DataProductCategories({ archive }) {
button = (
// need to add level (e.g raw) and category (e.g imaging) infomation to send to the form
// probably need to define onSubmit instead of point to query_url
<Button
<Button
onClick={() => {
console.log('onClick', category)
setDPLevel(category.level);
@@ -62,6 +62,7 @@ export default function DataProductCategories({ archive }) {
variant="outline-info"
href={category.catalog_user_url_derived}
target="_blank"
rel="noopener noreferrer"
>
Visit Catalog
</Button>
@@ -83,6 +84,7 @@ export default function DataProductCategories({ archive }) {
variant="outline-info"
href={category.documentation_url}
target="_blank"
rel="noopener noreferrer"
>
Documentation
</Button>
Loading