Added functions to send and see proof before valid participation from random challenge
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div [ngClass]="{
|
||||
'border-l-red-700': color() == 'red',
|
||||
'border-l-green-700': color() == 'green'}"
|
||||
class="ml-4 mr-5 pl-4 border border-gray-400 rounded-r-xl border-l-{{color()}}-700 border-l-4 bg-[#f7f6f2]">
|
||||
class="mt-4 mb-4 pl-4 border border-gray-400 rounded-r-xl border-l-{{color()}}-700 border-l-4 bg-[#f7f6f2]">
|
||||
<p class="text-[11px] text-gray-600">
|
||||
<strong class="text-gray-900">{{ title() }}</strong>
|
||||
— {{ content() }}
|
||||
|
||||
Reference in New Issue
Block a user