File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
refactor/src/components/Cart Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ const CartContents = () => {
114
114
>
115
115
< div className = "lg:m-2 xl:m-4 xl:w-1/6 lg:w-1/6 sm:m-2 w-auto" >
116
116
< span className = "block mt-2 font-extrabold" >
117
- Remove : < br />
117
+ Slett : < br />
118
118
</ span >
119
119
< span className = "inline-block mt-4 w-20 h-12 md:w-full lg:w-full xl:w-full" >
120
120
< Button
@@ -127,21 +127,21 @@ const CartContents = () => {
127
127
)
128
128
}
129
129
>
130
- Remove
130
+ Slett
131
131
</ Button >
132
132
</ span >
133
133
</ div >
134
134
< div className = "lg:m-2 xl:m-4 xl:w-1/6 lg:w-1/6 sm:m-2 w-auto" >
135
135
< span className = "block mt-2 font-extrabold" >
136
- Name : < br />
136
+ Navn : < br />
137
137
</ span >
138
138
< span className = "inline-block mt-4 w-20 h-12 md:w-full lg:w-full xl:w-full" >
139
139
{ item . product . node . name }
140
140
</ span >
141
141
</ div >
142
142
< div className = "lg:m-2 xl:m-4 xl:w-1/6 lg:w-1/6 sm:m-2 w-auto" >
143
143
< span className = "block mt-2 font-extrabold" >
144
- Quantity : < br />
144
+ Antall : < br />
145
145
</ span >
146
146
< span className = "inline-block mt-4 w-20 h-12 md:w-full lg:w-full xl:w-full" >
147
147
< input
@@ -163,7 +163,7 @@ const CartContents = () => {
163
163
</ div >
164
164
< div className = "lg:m-2 xl:m-4 xl:w-1/6 lg:w-1/6 sm:m-2 w-auto" >
165
165
< span className = "block mt-2 font-extrabold" >
166
- Subtotal : < br />
166
+ Total : < br />
167
167
</ span >
168
168
< span className = "inline-block mt-4 w-20 h-12 md:w-full lg:w-full xl:w-full" >
169
169
{ item . subtotal }
You can’t perform that action at this time.
0 commit comments