Skip to content

Commit

Permalink
fix: more
Browse files Browse the repository at this point in the history
  • Loading branch information
trigaten committed Nov 23, 2023
1 parent 168852e commit 43255b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ async function createConfig() {
announcementBar: {
id: "announcement",
content:
'Now available: <a href="https://learn-prompting.webflow.io/courses/chatgpt-for-everyone">Intro to ChatGPT</a>',
'Now available: <a href="https://learn-prompting.webflow.io/courses/intro-to-prompt-engineering">Intro to Prompt Engineering</a>',
backgroundColor: "#53ffd4",
textColor: "#000",
isCloseable: true,
Expand Down
6 changes: 4 additions & 2 deletions src/subsections/landingpage/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,16 @@ function Hero() {
levels!
</div>
<div className="flex items-center justify-center pt-6">
<a href="https://learnprompting.org/docs/intro">
{/* <a href="https://learnprompting.org/docs/intro"> */}
<a href="https://learn-prompting.webflow.io">
<Button
onClick={() =>
React.useEffect(() => {
window.location.replace("/docs/intro");
}, [])
}
text={"Start Learning"}
// text={"Start Learning"}
text={"See our Latest Offerings"}
icon={
<RxArrowTopRight
className="inline-block text-white"
Expand Down

0 comments on commit 43255b7

Please sign in to comment.