Skip to content

Commit

Permalink
Add class
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jan 8, 2025
1 parent 8197d26 commit 42dee63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sfgrp/pinpoint",
"private": false,
"version": "0.0.3",
"version": "0.0.4",
"files": [
"dist"
],
Expand Down
6 changes: 4 additions & 2 deletions src/components/PreviousCouplets.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<template>
<h2>Previous couplets</h2>
<PreviousList :nodes="previousCouplets" />
<div class="pinpoint-previous-couplets">
<h2>Previous couplets</h2>
<PreviousList :nodes="previousCouplets" />
</div>
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 42dee63

Please sign in to comment.