Skip to content

Commit 8e64854

Browse files
authored
Merge pull request #2 from 0xnim/main
Get my fork working again.
2 parents 1639bf2 + aed2d8d commit 8e64854

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

src/components/HeadlessTabs.astro

+3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
import { Tabs } from '@astrojs/starlight/components';
33
import type { ComponentProps } from 'astro/types';
4+
45
type Props = ComponentProps<typeof Tabs>;
56
---
7+
68
<div class="hide-tablist">
79
<Tabs {...Astro.props}><slot /></Tabs>
810
</div>
11+
912
<style>
1013
.hide-tablist :global(.tablist-wrapper) {
1114
display: none;

src/content/docs/start/getting_started.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,4 +322,4 @@ You can change logging level by using ```--log=<level>```:
322322

323323

324324

325-
---
325+
---

0 commit comments

Comments
 (0)