Skip to content

Commit

Permalink
Merge pull request #1401 from ItzNotABug/update-walter-references
Browse files Browse the repository at this point in the history
Fix Walter References
  • Loading branch information
stnguyen90 authored Oct 4, 2024
2 parents 9d235dd + 4ce99c7 commit 6bb63ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/animations/Products/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type State = {
const state = createResettable<State>({
email: '',
password: '',
name: "Walter O'Brian",
name: "Walter O'Brien",
showControls: false,
submitted: false,
controls: {
Expand Down

0 comments on commit 6bb63ab

Please sign in to comment.