Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HiddenPathX authored Jan 6, 2025
1 parent 14619a2 commit da19121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/column/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function Column({ id }: { id: FixedColumnID }) {
setCurrentColumnID(id)
}, [id, setCurrentColumnID])

useTitle(`NewsNow | ${metadata[id].name}`)
useTitle(`learning | ${metadata[id].name}`)

return (
<>
Expand Down

0 comments on commit da19121

Please sign in to comment.