correct typos
This commit is contained in:
@@ -6,7 +6,6 @@ import InitialSetup from './components/InitialSetup';
|
||||
import Program from './components/Program';
|
||||
import Leafs from './components/Leafs';
|
||||
import { FullScreenLoading } from './components/Loading';
|
||||
import Suggestions from './components/Suggestions';
|
||||
import AttendanceTable from './components/AttendnaceTable';
|
||||
|
||||
function App() {
|
||||
@@ -48,9 +47,6 @@ function App() {
|
||||
<li>
|
||||
<a href="#program">Программа</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#suggestions">Пожелания</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#attendance-table">Кто празднует?</a>
|
||||
</li>
|
||||
@@ -69,9 +65,6 @@ function App() {
|
||||
<div id="program">
|
||||
<Program />
|
||||
</div>
|
||||
<div id="suggestions">
|
||||
<Suggestions />
|
||||
</div>
|
||||
<div id="attendance-table">
|
||||
<AttendanceTable />
|
||||
</div>
|
||||
|
||||
@@ -78,7 +78,7 @@ const Program = () => {
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>00-N/A</td>
|
||||
<td>🎄 ☃️ 🍾 🥂 🎇 🎆</td>
|
||||
<td>Приключения</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>09-13</td>
|
||||
|
||||
Reference in New Issue
Block a user