File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
frontend/src/screens/App/screens/TipJar Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ const renderGift = ({
109109 case 'tote-bag' :
110110 return (
111111 < GiftOption
112+ key = { gift }
112113 title = {
113114 < >
114115 Custom < i > 1940s.nyc</ i > tote bag
@@ -119,9 +120,10 @@ const renderGift = ({
119120 frequency = { frequency }
120121 description = {
121122 < >
122- This custom-made bag features “1940s.nyc” printed on
123- the front, and a map of any NYC area of your choice on the back.
124- You’ll get an email to select the area.
123+ This custom-made bag features “1940s.nyc” on the front
124+ in one of six color options, and a map of any NYC area of your
125+ choice on the back. You’ll get an email to select the area
126+ and colors.
125127 </ >
126128 }
127129 imageSrc = { TotBagImage }
You can’t perform that action at this time.
0 commit comments