Skip to content

Commit

Permalink
chore: remove nickname cuz randomnicknames (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseglego authored Oct 2, 2024
1 parent a0f3d40 commit 56e05cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Public/Ticket/PublicTicket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface PublicTicketProps {
}

// eslint-disable-next-line no-empty-pattern
export const PublicTicket = ({ legalName, userName }: PublicTicketProps) => {
export const PublicTicket = ({ legalName }: PublicTicketProps) => {
return (
<Atropos className="my-atropos">
<div className="relative h-[640px] max-h-[90%] w-[420px] max-w-[90%] rounded-xl bg-[#121212]">
Expand Down Expand Up @@ -63,7 +63,7 @@ export const PublicTicket = ({ legalName, userName }: PublicTicketProps) => {
className="font-inconsolata text-2xl font-bold text-jsconf-yellow"
data-atropos-offset="5"
>
{userName ? `@${userName}` : ""}
&nbsp;
</h3>
<h3 className="rounded-lg bg-[#090907B2] p-2 font-inconsolata text-2xl font-bold text-white">
Entrada General
Expand Down

0 comments on commit 56e05cb

Please sign in to comment.