Skip to content

Commit

Permalink
Update to the lastest version of the book (#484)
Browse files Browse the repository at this point in the history
* Update to the lastest version of the book

Signed-off-by: Denny Lee <[email protected]>

* Update book cover and description

Update book cover and description

Signed-off-by: Denny Lee <[email protected]>

---------

Signed-off-by: Denny Lee <[email protected]>
  • Loading branch information
dennyglee authored Oct 31, 2024
1 parent 5bdce60 commit 8c9bef4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/BookDownload.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import Section from "src/components/Section";
import styled from "styled-components";
import bookDownload from "src/images/bookDownload.png";
import bookDownload from "src/images/dldg-cover.png";
import downloadArrow from "src/images/downloadArrow.png";
import { media } from "config/theme";

Expand Down Expand Up @@ -120,11 +120,11 @@ const BookDownload = () => (
</DownloadTitle>

<DownloadSubTitle>
Early Release (Raw & Unedited) on building modern data lakehouse
architectures with Delta Lake
Building modern data lakehouse architectures with Delta Lake with
forewords by Michael Armbrust and Dominique Brezinski
</DownloadSubTitle>

<ButtonDownload download href="/pdfs/DLDTG_ER5.pdf">
<ButtonDownload download href="/pdfs/dldg_databricks.pdf">
Download
<img src={downloadArrow} alt="Download button" />
</ButtonDownload>
Expand Down
Binary file removed src/images/bookDownload.png
Binary file not shown.
Binary file added src/images/dldg-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/pdfs/DLDTG_ER5.pdf
Binary file not shown.
Binary file added static/pdfs/dldg_databricks.pdf
Binary file not shown.

0 comments on commit 8c9bef4

Please sign in to comment.