Skip to content

Commit

Permalink
Updated to using Head as a title name instead of Description
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed Jan 11, 2024
1 parent b04e59f commit cd286ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const Notification = () => {
let newEntry: AirtableRow = {
id: data[item]["id"],
body: data[item]["fields"]["Body"],
desc: data[item]["fields"]["Description"],
desc: data[item]["fields"]["Head"],
url: data[item]["fields"]["URL"]
? data[item]["fields"]["URL"]
: null,
Expand Down

1 comment on commit cd286ab

@vercel
Copy link

@vercel vercel bot commented on cd286ab Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.