We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbc698 commit 474b899Copy full SHA for 474b899
README.md
@@ -103,13 +103,13 @@ You may want to read the [Docusaurus v2 documentation](https://docusaurus.io/) b
103
│ ├── AlumniPage
104
│ │ # The root component (page layout) used at the /alumni route
105
│ ├── AlumniTimeline
106
-| | # The main component to render the alumni timeline
+│ │ # The main component to render the alumni timeline
107
│ ├── MemberCard
108
-| | # Each alumni's card
+│ │ # Each alumni's card
109
│ ├── Members
110
-| | # The series of cards within each "class of"
+│ │ # The series of cards within each "class of"
111
│ └── icons
112
-| # SVG icons, e.g. LinkedIn, website
+│ # SVG icons, e.g. LinkedIn, website
113
├── src
114
│ ├── css
115
│ │ # Global CSS files for theming
0 commit comments