File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
app/views/my/mailing_addresses Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 37
37
</ div >
38
38
</ section >
39
39
<% else %>
40
- < section class ="bg-yellow bg-opacity-10 border border-yellow rounded-lg p-6 mb-8 ">
40
+ < section class ="bg-orange bg-opacity-10 border border-orange rounded-lg p-6 mb-8 ">
41
+
41
42
< div class ="flex items-center gap-3 mb-3 ">
42
- < div class ="w-8 h-8 bg-yellow rounded-full flex items-center justify-center ">
43
- < span class ="text-darker text-sm font-bold "> !</ span >
44
- </ div >
45
- < h2 class ="text-xl font-bold text-yellow "> No Address Added</ h2 >
43
+ < img src ="https://upload.wikimedia.org/wikipedia/commons/8/83/Emergency_Light.gif " alt ="Emergency Light " class ="w-8 h-8 ">
44
+ < h2 class ="text-xl font-bold text-dark "> No Address Added!</ h2 >
46
45
</ div >
47
- < p class ="text-lg "> You need to add your mailing address to receive physical mail and rewards.</ p >
46
+ < p class ="text-lg text-dark "> You need to add your mailing address to receive physical mail and rewards.</ p >
48
47
</ section >
49
48
<% end %>
50
49
You can’t perform that action at this time.
0 commit comments