Skip to content

Commit

Permalink
removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Aug 19, 2024
1 parent 861e6e8 commit 47912a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ProjectsAndDatasets/ProjectsAndDatasets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!--If not a project then we assume it is a tool/resource since it must be one or the other-->
<template v-else>
<div class="body2 mb-16">Here is a resource you might be interested in:</div>
<projects-and-datasets-card
<projects-and-datasets-card
v-if="projectOrResource.fields"
:title="projectOrResource.fields.name"
:description="projectOrResource.fields.description"
Expand Down

0 comments on commit 47912a3

Please sign in to comment.