Skip to content

Commit

Permalink
✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyomotoi committed Oct 30, 2024
1 parent 95ac535 commit 1d8fe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Settings/DotenvManageModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const cancel = () => {

<template>
<dialog ref="dotenvManageModal" class="modal" @close="cancel()">
<div class="modal-box w-11/12 max-5-xl rounded-xl flex flex-col gap-4">
<div class="modal-box w-11/12 max-w-3xl rounded-xl flex flex-col gap-4">
<h3 class="font-semibold text-lg">Dotenv 管理</h3>

<table class="table table-sm">
Expand Down

0 comments on commit 1d8fe23

Please sign in to comment.