Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Sep 26, 2024
1 parent 947f40e commit a563b64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
<a href="https://x.com/trylatitude">X</a>
</p>

<p align="center">
<img src="https://github.com/latitude-dev/latitude-llm/actions/workflows/lint.yml/badge.svg" alt="Linter">
<img src="https://github.com/latitude-dev/latitude-llm/actions/workflows/test.yml/badge.svg" alt="Tests">
</p>

## 🌈 Why Latitude?

Latitude is a platform that helps developers and product teams build AI features with confidence. Here's what it does:
Expand Down
1 change: 1 addition & 0 deletions packages/web-ui/src/ds/molecules/EditableText/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use client'

import { ReactNode, useState } from 'react'

import { Button, Input } from '../../atoms'

export const EditableText = ({
Expand Down

0 comments on commit a563b64

Please sign in to comment.