Skip to content

Commit

Permalink
fix: parallel pack starts with 1 instead of 0
Browse files Browse the repository at this point in the history
  • Loading branch information
LordFitoi committed Apr 2, 2024
1 parent ef3988d commit 17aa424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ParallelPack.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="flex flex-col gap-[24px] border-[1px] border-[#D0D5DD] rounded-lg p-[16px] bg-[#FFF] shadow-md">
<div>
<span class="block text-lg text-[#667085] mb-4 font-bold">PARALLEL PACK {{ index }}</span>
<span class="block text-lg text-[#667085] mb-4 font-bold">PARALLEL PACK {{ index + 1 }}</span>
<div class="mb-2">
<span class="block text-md text-[#667085] mb-1">Total Capacity</span>
<div class="w-full rounded-lg border-[1px] border-[#D0D5DD] shadow-sm px-[12px] py-[8px] text-sm text-[#667085]" >
Expand Down

0 comments on commit 17aa424

Please sign in to comment.