Skip to content

Commit

Permalink
fix: remove faulty classes remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
MelchiorKokernoot committed Jan 16, 2025
1 parent 7031b7e commit a884922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/systems/project/node_page_empty_data_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ defmodule Systems.Project.NodePageEmptyDataView do
<div class="flex flex-col justify-center items-center">
<Margin.y id={:page_top} />
<div class="flex flex-row items-center gap-3 mb-6">
<Text.title2 margin="">{dgettext("eyra-project", "node.data.empty.title")}</Text.title2>
<Text.title2>{dgettext("eyra-project", "node.data.empty.title")}</Text.title2>
</div>
<Text.body_large class="mb-6">
<Text.body_large>
{dgettext("eyra-project", "node.data.empty.description")}
</Text.body_large>
<div class="my-6">
Expand Down

0 comments on commit a884922

Please sign in to comment.