Skip to content

Commit 9927d96

Browse files
committed
feat: disable liking and buying races
1 parent 9fc22de commit 9927d96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

templates/races/upcoming.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ <h1>Search Races</h1>
8686
</td>
8787
{% if let Some(user) = shared.current_user %}
8888
<td>
89+
<!-- TEMPORARILY DISABLE THIS FEATURE
8990
<div
9091
class="flex items-center nowrap gap-1"
9192
style="justify-content: end"
@@ -125,6 +126,7 @@ <h1>Search Races</h1>
125126
</svg>
126127
</button>
127128
</div>
129+
-->
128130
</td>
129131
{% endif %}
130132
</tr>

0 commit comments

Comments
 (0)