Skip to content

Commit

Permalink
update to Sui Raffle
Browse files Browse the repository at this point in the history
  • Loading branch information
EasonC13 committed Dec 15, 2023
1 parent ef4e41f commit 8d690e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bucket Raffle System
# Sui Raffle

Website: https://raffle.bucketprotocol.io

Expand All @@ -9,7 +9,7 @@ Demo Video: https://youtu.be/mcoCglvjsXI
![image](https://github.com/Bucket-Protocol/Bucket-Raffle-System/assets/43432631/67e40ccb-fa6e-4d03-8b7e-578c408578f7)

## What it does
Users can conduct raffles directly on Sui using the Bucket Raffle System. The prize distribution will be done on the Sui Network when the random result is settled. The Bucket Raffle System allows you to raffle anything from Coin to NFT. Moreover, we are developing a joinable raffle that enables other users to participate raffle by paying the ticket fee specified by the host.
Users can conduct raffles directly on Sui using the Sui Raffle. The prize distribution will be done on the Sui Network when the random result is settled. The Sui Raffle allows you to raffle anything from Coin to NFT. Moreover, we are developing a joinable raffle that enables other users to participate raffle by paying the ticket fee specified by the host.



Expand Down
2 changes: 1 addition & 1 deletion src/components/AllPreviousRaffles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function AllPreviousRaffles() {
} else {
return (
<div className='mt-3 text-center'>
<h1>Connect Wallet to start using Bucket Raffle System.</h1>
<h1>Connect Wallet to start using Sui Raffle.</h1>
<div className='mt-3'>
<ConnectToWallet></ConnectToWallet>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ConnectToWallet } from './ConnectToWallet';
import NextImage from '@/components/NextImage';
export default function Navbar() {
// TODO: ray: Navbar 在手機版的支援度還有排版,想請你協助
// TODO: ray: 想請你弄個 Bucket Raffle System 的 Logo
// TODO: ray: 想請你弄個 Sui Raffle 的 Logo
return (
<nav className='bg-black'>
<div className='mx-auto w-[90%]'>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { useRouter } from 'next/router';

// !STARTERCONF Change these default meta
const defaultMeta = {
title: 'Bucket Raffle System',
siteName: 'Bucket Raffle System',
title: 'Sui Raffle',
siteName: 'Sui Raffle',
description: 'Raffle on Sui Network.',
/** Without additional '/' on the end, e.g. https://theodorusclarence.com */
url: 'https://raffle.bucketprotocol.io',
Expand Down

0 comments on commit 8d690e1

Please sign in to comment.