Fix heading align in README (#1773)
## Description Fixes header align issue in https://github.com/alcionai/corso/pull/1769 . Looks like the aligning for header is a bit different from the parser I used locally. ## Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [x] 🗺️ Documentation - [ ] 🤖 Test - [ ] 💻 CI/Deployment - [ ] 🐹 Trivial/Minor ## Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * #<issue> ## Test Plan <!-- How will this be tested prior to merging.--> - [ ] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
0250791ff7
commit
a0a2c61cfd
@ -1,7 +1,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://github.com/alcionai/corso/blob/main/website/static/img/corso_logo.svg?raw=true" alt="Corso Logo" width="100" />
|
<img src="https://github.com/alcionai/corso/blob/main/website/static/img/corso_logo.svg?raw=true" alt="Corso Logo" width="100" />
|
||||||
<h1 style="text-align:center">Corso</h1>
|
|
||||||
</p>
|
</p>
|
||||||
|
<h1 align="center">Corso</h1>
|
||||||
|
|
||||||
[](https://goreportcard.com/report/github.com/alcionai/corso/src)
|
[](https://goreportcard.com/report/github.com/alcionai/corso/src)
|
||||||
[](https://discord.gg/63DTTSnuhT)
|
[](https://discord.gg/63DTTSnuhT)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user