Compare commits

..

No commits in common. "9893b278e23c1daf47b2afc82f30d8a1b1a2d606" and "13a1f32d8d1a6589e8b40a988919936e902a22c9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
<div :for={exam <- @exams} class="py-2 flex gap-2">
<div class="grow">
<div class="font-bold"><%= exam.subject %></div>
<div class="font-sm"><%= exam.date %> | In <b><%= Date.diff(exam.date, Date.utc_today()) %></b> days</div>
<div class="font-sm"><%= exam.date %></div>
</div>
<button
phx-click="edit"

View file

@ -4,7 +4,7 @@ defmodule Exmr.MixProject do
def project do
[
app: :exmr,
version: "0.1.3",
version: "0.1.2",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,