Skip to content

Commit

Permalink
Merge pull request #24 from os2ulf/feature/OS2UOL-117
Browse files Browse the repository at this point in the history
OS2UOL-117: div structure changed
  • Loading branch information
tutaru99 authored May 29, 2024
2 parents 61bcf7b + f3a0839 commit c391727
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/blocks/CodeBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ if (process.client) {
<template>
<ClientOnly>
<div v-if="props.blockData" class="code-block">
<div class="code">
<div v-html="props.blockData.field_code_content"></div>
</div>
<div v-html="props.blockData.field_code_content"></div>
</div>
</ClientOnly>
</template>
Expand Down

0 comments on commit c391727

Please sign in to comment.