Skip to content

Commit 932f213

Browse files
committed
fix: actualizar configuración de Firebase workflows
1 parent dd4fdbb commit 932f213

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ VITE_FIREBASE_AUTH_DOMAIN=your-project.firebaseapp.com
44
VITE_FIREBASE_PROJECT_ID=your-project-id
55
VITE_FIREBASE_STORAGE_BUCKET=your-project.appspot.com
66
VITE_FIREBASE_MESSAGING_SENDER_ID=123456789
7-
VITE_FIREBASE_APP_ID=1:123456789:web:abcdef123456
7+
VITE_FIREBASE_APP_ID=baby-reveal-experiment-f9bb0
88

99
# Event Configuration
1010
VITE_REVEAL_DATE=2025-10-26T19:00:00-03:00
11-
VITE_MEET_LINK=https://meet.google.com/xxx-xxxx-xxx
11+
VITE_MEET_LINK=https://meet.google.com/ypq-pbhs-wrw
1212

1313
# Admin Configuration
1414
VITE_ADMIN_PASSWORD=fisica&quimica2025

src/App.tsx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import { useState } from "react";
2-
import reactLogo from "./assets/react.svg";
3-
import viteLogo from "/vite.svg";
42
import "./App.css";
53

64
function App() {
@@ -12,14 +10,18 @@ function App() {
1210
<h1 className="text-3xl font-bold text-green-400">Tailwind ON ✅</h1>
1311
</div>
1412
<div>
15-
<a href="https://vite.dev" target="_blank">
16-
<img src={viteLogo} className="logo" alt="Vite logo" />
17-
</a>
18-
<a href="https://react.dev" target="_blank">
19-
<img src={reactLogo} className="logo react" alt="React logo" />
13+
<a
14+
target="_blank"
15+
href="https://calendar.google.com/calendar/event?action=TEMPLATE&amp;tmeid=ZmE5N3VmZzd2YjBxNnZlcjN2MDdrY2ZnbWsgYXJva2VuMTgyQG0&amp;tmsrc=aroken182%40gmail.com"
16+
rel="noopener noreferrer"
17+
>
18+
<img
19+
// style={{ border: "0" }}
20+
src="https://calendar.google.com/calendar/images/ext/gc_button1_es.gif"
21+
alt="Google Calendar"
22+
/>
2023
</a>
2124
</div>
22-
<h1>Vite + React</h1>
2325
<div className="card">
2426
<button onClick={() => setCount((count) => count + 1)}>
2527
count is {count}

0 commit comments

Comments
 (0)