Skip to content

Commit

Permalink
Update lib/atomic_web/components/avatar.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Mário Rodrigues <93675410+MarioRodrigues10@users.noreply.github.com>
  • Loading branch information
faria-s and MarioRodrigues10 authored Dec 2, 2024
1 parent 96dff8d commit 52b4be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/atomic_web/components/avatar.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule AtomicWeb.Components.Avatar do
doc: "The type of entity associated with the avatar."

attr :size, :atom,
values: [:xs, :sm, :md, :lg, :xl, :xl],
values: [:xs, :sm, :md, :lg, :xl],
default: :md,
doc: "The size of the avatar."

Expand Down

0 comments on commit 52b4be0

Please sign in to comment.