File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
- name : Set up Elixir
17
17
uses : erlef/setup-beam@v1
18
18
with :
19
- elixir-version : ' 1.14.2 ' # Define the elixir version [required]
20
- otp-version : ' 25.1 .2' # Define the OTP version [required]
19
+ elixir-version : ' 1.17.3 ' # Define the elixir version [required]
20
+ otp-version : ' 26 .2' # Define the OTP version [required]
21
21
- name : Restore dependencies cache
22
22
uses : actions/cache@v2
23
23
with :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ defmodule CounterComponent do
9
9
def render ( assigns ) do
10
10
~H"""
11
11
< div class = "text-center " >
12
+ <!-- bg-green-500 hover:bg-green-600 bg-red-500 hover:bg-red-600 -->
12
13
< h1 class = "text-4xl font-bold text-center " > Counter: <%= @ val %> </ h1 >
13
14
< button phx-click = "dec " class = { btn ( "red" ) } >
14
15
-
You can’t perform that action at this time.
0 commit comments