Skip to content

Commit

Permalink
Merge pull request #2 from 0xnim/main
Browse files Browse the repository at this point in the history
Get my fork working again.
  • Loading branch information
Skullians authored Nov 9, 2024
2 parents 1639bf2 + aed2d8d commit 8e64854
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
3 changes: 3 additions & 0 deletions src/components/HeadlessTabs.astro
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
import { Tabs } from '@astrojs/starlight/components';
import type { ComponentProps } from 'astro/types';
type Props = ComponentProps<typeof Tabs>;
---

<div class="hide-tablist">
<Tabs {...Astro.props}><slot /></Tabs>
</div>

<style>
.hide-tablist :global(.tablist-wrapper) {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/start/getting_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,4 @@ You can change logging level by using ```--log=<level>```:



---
---

0 comments on commit 8e64854

Please sign in to comment.