Skip to content

Commit

Permalink
update phoenix-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos bolanos committed Apr 23, 2024
1 parent 8560f06 commit b8d1ada
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "packages/phoenix"]
path = packages/phoenix
url = [email protected]:bolanosdev/phoenix.git
path = packages/phoenix-ui
url = [email protected]:bolanosdev/phoenix-ui.git
[submodule "packages/phoenix-ui"]
path = packages/phoenix-ui
url = [email protected]:bolanosdev/phoenix-ui.git
4 changes: 2 additions & 2 deletions app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const meta: MetaFunction = () => {
{ title: "New Remix App" },
{
name: "description",
content: "Welcome to Remix! Using Vite and Cloudflare!",
content: "Welcome to BolanosDev! Using Phoenix-UI and Cloudflare!",
},
];
};
Expand All @@ -15,7 +15,7 @@ export default function Index() {
return (
<div style={{ fontFamily: "system-ui, sans-serif", lineHeight: "1.8" }}>
<Text colors={{ text: { color: "text-teal" } }}>
Welcome to Remix (test deploy 2)
Welcome to BolanosDev
</Text>
<ul>
<li>
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"typegen": "wrangler types"
},
"workspaces": [
"packages/phoenix/libraries/*",
"packages/phoenix/components/primitives/*"
"packages/phoenix-ui/libraries/*",
"packages/phoenix-ui/components/primitives/*"
],
"dependencies": {
"@remix-run/cloudflare": "^2.8.1",
Expand Down

0 comments on commit b8d1ada

Please sign in to comment.