Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Nov 11, 2023
1 parent 445b318 commit 1e4eb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/src/components/DataViewer/CodepointViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const htmlString = computed<string>(() => `&#x${props.codepoint.id.toString(16).
<pre class="mb-0">{{ codepoint.char }}</pre>
</td>
<td>
<code>{{ codepoint.name }}</code>
<h5 class="m-0">{{ codepoint.name }}</h5>
</td>
<td>
<button class="btn" v-bind:class="infoDisplayed ? 'btn-primary' : 'btn-outline-primary'">
Expand Down

0 comments on commit 1e4eb7a

Please sign in to comment.