Skip to content

Commit db23298

Browse files
committed
Quick npm update
1 parent b86065b commit db23298

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/Components/News/NewsSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ const showNewsDialog = ref(false);
4848
</button>
4949

5050
<!-- Trending Resources Dialog for Mobile -->
51-
<NewsDialog
51+
<!-- <NewsDialog
5252
:show="showNewsDialog"
5353
:resource-items="hotResources"
5454
@close="showNewsDialog = false"
55-
/>
55+
/> -->
5656
</template>

0 commit comments

Comments
 (0)