Skip to content

Commit

Permalink
Removes extra char
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Apr 22, 2024
1 parent 908fc87 commit acbe7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spa/components/v1/Features.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import SourceCode from "~/components/v1/Features/SourceCode.vue";
<ExternalDatabases class="md:w-1/2 bg-white"/>
</div>
<KubernetesReady/>
<SourceCode/>`
<SourceCode/>
</div>
</GridRow>
</template>
Expand Down

0 comments on commit acbe7fd

Please sign in to comment.