Skip to content

Commit 474b899

Browse files
committed
Fix directory tree
1 parent 8cbc698 commit 474b899

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ You may want to read the [Docusaurus v2 documentation](https://docusaurus.io/) b
103103
│ ├── AlumniPage
104104
│ │ # The root component (page layout) used at the /alumni route
105105
│ ├── AlumniTimeline
106-
| | # The main component to render the alumni timeline
106+
# The main component to render the alumni timeline
107107
│ ├── MemberCard
108-
| | # Each alumni's card
108+
# Each alumni's card
109109
│ ├── Members
110-
| | # The series of cards within each "class of"
110+
# The series of cards within each "class of"
111111
│ └── icons
112-
| # SVG icons, e.g. LinkedIn, website
112+
# SVG icons, e.g. LinkedIn, website
113113
├── src
114114
│ ├── css
115115
│ │ # Global CSS files for theming

0 commit comments

Comments
 (0)