diff --git a/app/readings.tsx b/app/readings.tsx index fe98654..092a51c 100644 --- a/app/readings.tsx +++ b/app/readings.tsx @@ -1,38 +1,53 @@ import Link from "next/link"; -export const readings = [ +export const readings = [ { - date: 'September 12th, 2023', - title: 'Experimental philosophy and philosophical intuition, by Ernest Sosa', - type: 'Now Reading', - description: <> - I am a defender of the role of intuition in philosophy. Reading for a{" "} - - philosophy event - . - + date: "September 12th, 2023", + title: + "Experimental philosophy and philosophical intuition, by Ernest Sosa", + type: "Now Reading", + description: ( + <> + I am a defender of the role of intuition in philosophy. Reading for a{" "} + + philosophy event + + . + + ), }, { - date: 'March 6th, 2023', - title: 'Representation in Cognitive Science, by Nicholas Shea', - description: - <> - I first heard abot Shea's work on the{" "} - - Books in Philosophy podcast - - . I was excited to learn that his position on - representational content is remarkably close to mine. - I'm looking forward to getting into the details. - - } + date: "August 8th, 2023", + title: + "Things That Bother Me, by Galen Strawson", + type: "Now Reading", + description: ( + <> -] \ No newline at end of file + + ), + }, + { + date: "March 6th, 2023", + title: "Representation in Cognitive Science, by Nicholas Shea", + description: ( + <> + I first heard abot Shea's work on the{" "} + + Books in Philosophy podcast + + . I was excited to learn that his position on representational content + is remarkably close to mine. I'm looking forward to getting into + the details. + + ), + }, +];